Searched refs:OurReader (Results 1 – 7 of 7) sorted by relevance
883 class OurReader { class893 explicit OurReader(OurFeatures const& features);900 OurReader(OurReader const&); // no impl901 void operator=(OurReader const&); // no impl997 bool OurReader::containsNewLine(OurReader::Location begin, in containsNewLine()998 OurReader::Location end) { in containsNewLine()1002 OurReader::OurReader(OurFeatures const& features) : features_(features) {} in OurReader() function in Json::OurReader1004 bool OurReader::parse(const char* beginDoc, const char* endDoc, Value& root, in parse()1050 bool OurReader::readValue() { in readValue()1142 void OurReader::skipCommentTokens(Token& token) { in skipCommentTokens()[all …]
1126 class OurReader { class1136 OurReader(OurFeatures const& features);1148 OurReader(OurReader const&); // no impl1149 void operator=(OurReader const&); // no impl1242 OurReader::OurReader(OurFeatures const& features) in OurReader() function in Json::OurReader1247 bool OurReader::parse(const char* beginDoc, in parse()1295 bool OurReader::readValue() { in readValue()1374 void OurReader::skipCommentTokens(Token& token) { in skipCommentTokens()1384 bool OurReader::readToken(Token& token) { in readToken()1461 void OurReader::skipSpaces() { in skipSpaces()[all …]
1103 class OurReader { class1113 OurReader(OurFeatures const& features);1125 OurReader(OurReader const&); // no impl1126 void operator=(OurReader const&); // no impl1222 OurReader::OurReader(OurFeatures const& features) in OurReader() function in Json::OurReader1229 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 …]
124 * Class use camel case (e.g. OurReader)