Home
last modified time | relevance | path

Searched refs:EatComment (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs601 EatComment(charArray, ref index, ref line); in TryDeserializeObject()
874 EatComment(json, ref index, ref line); in ParseString()
1011 EatComment(json, ref index, ref line); in ParseNumber()
1093 protected static void EatComment(char[] json, ref int index, ref int line) in EatComment() method in Antmicro.Renode.Config.SimpleJson
1121 EatComment(json, ref index, ref line); in NextToken()