Searched refs:collectComments (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 285 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument 289 return parse(begin, end, root, collectComments); in parse() 292 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument 302 return parse(doc, root, collectComments); in parse() 308 bool collectComments) { in parse() argument 310 collectComments = false; in parse() 315 collectComments_ = collectComments; in parse() 1117 bool collectComments = true); 1232 bool collectComments) { in parse() argument 1234 collectComments = false; in parse() [all …]
|
D | json.h | 1323 parse(const std::string& document, Value& root, bool collectComments = true); 1346 bool collectComments = true); 1350 bool parse(std::istream& is, Value& root, bool collectComments = true);
|