Home
last modified time | relevance | path

Searched defs:collectComments (Results 1 – 2 of 2) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_reader.cpp90 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse()
97 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse()
113 bool collectComments) { in parse()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp285 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse()
292 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse()
308 bool collectComments) { in parse()
1232 bool collectComments) { in parse()
2084 bool collectComments, in OurCharReader()
2108 bool collectComments = settings_["collectComments"].asBool(); in newCharReader() local