Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dfeatures.h42 bool allowComments_; variable
/external/jsoncpp/src/lib_json/
Djson_reader.cpp35 : allowComments_(true), strictRoot_(false), in Features()
42 features.allowComments_ = false; in strictMode()
114 if (!features_.allowComments_) { in parse()
225 if (features_.allowComments_) { in skipCommentTokens()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp247 : allowComments_(true), strictRoot_(false), in Features()
254 features.allowComments_ = false; in strictMode()
309 if (!features_.allowComments_) { in parse()
432 if (features_.allowComments_) { in skipCommentTokens()
1083 bool allowComments_; member in Json::OurFeatures
1233 if (!features_.allowComments_) { in parse()
1381 if (features_.allowComments_) { in skipCommentTokens()
2110 features.allowComments_ = settings_["allowComments"].asBool(); in newCharReader()
Djson.h356 bool allowComments_; variable