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

  /external/jsoncpp/include/json/
features.h 42 bool allowComments_;
  /external/jsoncpp/src/lib_json/
json_reader.cpp 35 : allowComments_(true), strictRoot_(false),
42 features.allowComments_ = false;
114 if (!features_.allowComments_) {
225 if (features_.allowComments_) {
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 247 : allowComments_(true), strictRoot_(false),
254 features.allowComments_ = false;
309 if (!features_.allowComments_) {
432 if (features_.allowComments_) {
1083 bool allowComments_;
    [all...]
json.h 356 bool allowComments_;
    [all...]

Completed in 60 milliseconds