Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_reader.cpp82 collectComments_() {} in Reader()
86 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader()
120 collectComments_ = collectComments; in parse()
133 if (collectComments_ && !commentsBefore_.empty()) in parse()
156 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
216 if (collectComments_) { in readValue()
344 if (collectComments_) { in readComment()
358 assert(collectComments_); in addComment()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp277 collectComments_() {} in Reader()
281 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader()
315 collectComments_ = collectComments; in parse()
329 if (collectComments_ && !commentsBefore_.empty()) in parse()
359 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
422 if (collectComments_) { in readValue()
544 if (collectComments_) { in readComment()
577 assert(collectComments_); in addComment()
1217 bool collectComments_; member in Json::OurReader
1226 features_(features), collectComments_() { in OurReader()
[all …]
Djson.h1490 bool collectComments_; variable
/external/jsoncpp/include/json/
Dreader.h241 bool collectComments_; variable