Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dreader.h73 parse(const std::string& document, Value& root, bool collectComments = true);
96 bool collectComments = true);
100 bool parse(std::istream& is, Value& root, bool collectComments = true);
/external/jsoncpp/src/lib_json/
Djson_reader.cpp90 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument
94 return parse(begin, end, root, collectComments); in parse()
97 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument
107 return parse(doc, root, collectComments); in parse()
113 bool collectComments) { in parse() argument
115 collectComments = false; in parse()
120 collectComments_ = collectComments; in parse()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp285 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 …]
Djson.h1323 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);