Searched refs:JsonParseContext (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/shared/
H A DJson.h18 class 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
[all...]
/haiku/src/kits/shared/
H A DJson.cpp188 class JsonParseContext { class in namespace:BPrivate
190 JsonParseContext(BDataIO* data, BJsonEventListener* listener) function in class:BPrivate::JsonParseContext
202 ~JsonParseContext()
310 JsonParseContext context(data, listener);
320 BJson::NextChar(JsonParseContext& jsonParseContext, char* c)
346 BJson::NextNonWhitespaceChar(JsonParseContext& jsonParseContext, char* c)
369 BJson::ParseAny(JsonParseContext& jsonParseContext)
436 BJson::ParseObjectNameValuePair(JsonParseContext& jsonParseContext)
495 BJson::ParseObject(JsonParseContext& jsonParseContext)
555 BJson::ParseArray(JsonParseContext
[all...]

Completed in 34 milliseconds