Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_reader.cpp883 class OurReader { class
893 explicit OurReader(OurFeatures const& features);
900 OurReader(OurReader const&); // no impl
901 void operator=(OurReader const&); // no impl
997 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::OurReader
1004 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 …]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1126 class OurReader { class
1136 OurReader(OurFeatures const& features);
1148 OurReader(OurReader const&); // no impl
1149 void operator=(OurReader const&); // no impl
1242 OurReader::OurReader(OurFeatures const& features) in OurReader() function in Json::OurReader
1247 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 …]
/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 …]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1126 class OurReader { class
1136 OurReader(OurFeatures const& features);
1148 OurReader(OurReader const&); // no impl
1149 void operator=(OurReader const&); // no impl
1242 OurReader::OurReader(OurFeatures const& features) in OurReader() function in Json::OurReader
1247 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 …]
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1126 class OurReader { class
1136 OurReader(OurFeatures const& features);
1148 OurReader(OurReader const&); // no impl
1149 void operator=(OurReader const&); // no impl
1242 OurReader::OurReader(OurFeatures const& features) in OurReader() function in Json::OurReader
1247 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 …]
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp1126 class OurReader { class
1136 OurReader(OurFeatures const& features);
1148 OurReader(OurReader const&); // no impl
1149 void operator=(OurReader const&); // no impl
1242 OurReader::OurReader(OurFeatures const& features) in OurReader() function in Json::OurReader
1247 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 …]
/external/jsoncpp/
DCONTRIBUTING.md124 * Class use camel case (e.g. OurReader)