Home
last modified time | relevance | path

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

/third_party/jsoncpp/include/json/
Djson_features.h54 bool allowNumericKeys_; variable
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp61 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()
69 features.allowNumericKeys_ = false; in strictMode()
466 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
880 bool allowNumericKeys_; member in Json::OurFeatures
1478 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
1927 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp143 builder.settings_["allowNumericKeys"] = features.allowNumericKeys_; in parseAndSaveValueTree()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp233 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()
242 features.allowNumericKeys_ = false; in strictMode()
649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
1102 bool allowNumericKeys_; member in Json::OurFeatures
1114 , allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) in OurFeatures()
1606 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp233 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()
242 features.allowNumericKeys_ = false; in strictMode()
649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
1102 bool allowNumericKeys_; member in Json::OurFeatures
1114 , allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) in OurFeatures()
1606 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp233 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()
242 features.allowNumericKeys_ = false; in strictMode()
649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
1102 bool allowNumericKeys_; member in Json::OurFeatures
1114 , allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) in OurFeatures()
1606 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
/third_party/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
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h338 bool allowNumericKeys_; variable
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h338 bool allowNumericKeys_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h338 bool allowNumericKeys_; variable
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp2873 features.allowNumericKeys_ = true; in JSONTEST_FIXTURE_LOCAL()