Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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