Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dfeatures.h52 bool allowNumericKeys_; variable
/external/jsoncpp/src/lib_json/
Djson_reader.cpp36 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()
45 features.allowNumericKeys_ = false; in strictMode()
423 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp248 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()
257 features.allowNumericKeys_ = false; in strictMode()
664 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
1086 bool allowNumericKeys_; member in Json::OurFeatures
1640 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
2113 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
Djson.h366 bool allowNumericKeys_; variable