Lines Matching refs:jsonParseContext
31 static bool NextChar(JsonParseContext& jsonParseContext,
34 JsonParseContext& jsonParseContext,
37 static bool ParseAny(JsonParseContext& jsonParseContext);
39 JsonParseContext& jsonParseContext);
40 static bool ParseObject(JsonParseContext& jsonParseContext);
41 static bool ParseArray(JsonParseContext& jsonParseContext);
43 static bool ParseEscapeUnicodeSequence(JsonParseContext& jsonParseContext);
44 static bool ParseStringEscapeSequence(JsonParseContext& jsonParseContext);
45 static bool ParseString(JsonParseContext& jsonParseContext,
49 JsonParseContext& jsonParseContext,
55 JsonParseContext& jsonParseContext,
61 static bool ParseNumber(JsonParseContext& jsonParseContext);