HomeSort by relevance Sort by last modified time
    Searched refs:collectComments_ (Results 1 - 4 of 4) sorted by null

  /external/jsoncpp/src/lib_json/
json_reader.cpp 82 collectComments_() {}
86 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
120 collectComments_ = collectComments;
133 if (collectComments_ && !commentsBefore_.empty())
156 if (collectComments_ && !commentsBefore_.empty()) {
216 if (collectComments_) {
344 if (collectComments_) {
358 assert(collectComments_);
  /external/jsoncpp/include/json/
reader.h 241 bool collectComments_;
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 277 collectComments_() {}
281 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
315 collectComments_ = collectComments;
329 if (collectComments_ && !commentsBefore_.empty())
359 if (collectComments_ && !commentsBefore_.empty()) {
422 if (collectComments_) {
544 if (collectComments_) {
577 assert(collectComments_);
    [all...]
json.h     [all...]

Completed in 113 milliseconds