Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dfeatures.h46 bool strictRoot_; variable
/external/jsoncpp/src/lib_json/
Djson_reader.cpp35 : allowComments_(true), strictRoot_(false), in Features()
43 features.strictRoot_ = true; in strictMode()
135 if (features_.strictRoot_) { in parse()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp247 : allowComments_(true), strictRoot_(false), in Features()
255 features.strictRoot_ = true; in strictMode()
331 if (features_.strictRoot_) { in parse()
1084 bool strictRoot_; member in Json::OurFeatures
1261 if (features_.strictRoot_) { in parse()
2111 features.strictRoot_ = settings_["strictRoot"].asBool(); in newCharReader()
Djson.h360 bool strictRoot_; variable