Searched defs:Parse (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dpointer.h107 Parse(source, internal::StrLen(source));
118 Parse(source.c_str(), source.size());
130 Parse(source, length);
288 //!@name Handling Parse Error
761 //! Parse a JSON String or its URI fragment representation into tokens.
767 void Parse(const Ch* source, size_t length) { function in class:GenericPointer
H A Ddocument.h1877 //!@name Parse from stream
1880 //! Parse JSON text from an input stream (with Encoding conversion)
1893 parseResult_ = reader.template Parse<parseFlags>(is, *this);
1901 //! Parse JSON text from an input stream
1912 //! Parse JSON text from an input stream (with \ref kParseDefaultFlags)
1923 //!@name Parse in-place from mutable string
1926 //! Parse JSON text from a mutable string
1937 //! Parse JSON text from a mutable string (with \ref kParseDefaultFlags)
1946 //!@name Parse from read-only string
1949 //! Parse JSO
1955 GenericDocument& Parse(const Ch* str) { function in class:GenericDocument
1966 GenericDocument& Parse(const Ch* str) { function in class:GenericDocument
1973 GenericDocument& Parse(const Ch* str) { function in class:GenericDocument
[all...]
H A Dreader.h69 caller to explicitly check the \ref rapidjson::GenericReader::Parse's
87 \see RAPIDJSON_PARSE_ERROR, rapidjson::GenericReader::Parse
134 /*! \see Reader::Parse, Document::Parse, Document::ParseInsitu, Document::ParseStream
142 kParseFullPrecisionFlag = 16, //!< Parse number in full precision (but slower).
384 //! Parse JSON text.
393 ParseResult Parse(InputStream& is, Handler& handler) { function in class:GenericReader
424 //! Parse JSON text (with \ref kParseDefaultFlags)
432 ParseResult Parse(InputStream& is, Handler& handler) { function in class:GenericReader
433 return Parse<kParseDefaultFlag
[all...]

Completed in 85 milliseconds