Home
last modified time | relevance | path

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

/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp1103 class OurReader { class
1113 OurReader(OurFeatures const& features);
1125 OurReader(OurReader const&); // no impl
1126 void operator=(OurReader const&); // no impl
1222 OurReader::OurReader(OurFeatures const& features) in OurReader() function in Json::OurReader
1229 bool OurReader::parse(const char* beginDoc, in parse()
1277 bool OurReader::readValue() { in readValue()
1380 void OurReader::skipCommentTokens(Token& token) { in skipCommentTokens()
1390 bool OurReader::readToken(Token& token) { in readToken()
1490 void OurReader::skipSpaces() { in skipSpaces()
[all …]