Lines Matching defs:index
186 internal static object GetAtIndex(HashSet<KeyValuePair<string, object>> obj, int index) in GetAtIndex()
725 …protected static IDictionary<string, object> ParseObject(char[] json, ref int index, ref bool succ… in ParseObject()
791 … protected static JsonArray ParseArray(char[] json, ref int index, ref bool success, ref int line) in ParseArray()
839 … protected static object ParseValue(char[] json, ref int index, ref bool success, ref int line) in ParseValue()
868 … protected static string ParseString(char[] json, ref int index, ref bool success, ref int line) in ParseString()
1008 … protected static object ParseNumber(char[] json, ref int index, ref bool success, ref int line) in ParseNumber()
1064 protected static int GetLastIndexOfNumber(char[] json, int index) in GetLastIndexOfNumber()
1078 protected static void EatWhitespace(char[] json, ref int index, ref int line) in EatWhitespace()
1093 protected static void EatComment(char[] json, ref int index, ref int line) in EatComment()
1111 protected static int LookAhead (char[] json, int index, int line) in LookAhead()
1118 protected static int NextToken(char[] json, ref int index, ref int line) in NextToken()