Searched refs:allowNumericKeys_ (Results 1 – 10 of 10) sorted by relevance
/external/jsoncpp/include/json/ |
D | features.h | 52 bool allowNumericKeys_; variable
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 36 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features() 45 features.allowNumericKeys_ = false; in strictMode() 423 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 233 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()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 233 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()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 233 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()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 248 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()
|
D | json.h | 366 bool allowNumericKeys_; variable
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 338 bool allowNumericKeys_; variable
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 338 bool allowNumericKeys_; variable
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 338 bool allowNumericKeys_; variable
|