Home
last modified time | relevance | path

Searched refs:noDuplication (Results 1 – 10 of 10) sorted by relevance

/third_party/jsoncpp/src/lib_json/
Djson_value.cpp241 (other.storage_.policy_ != noDuplication && other.cstr_ != JSONCPP_NULL in CZString()
248 noDuplication in CZString()
249 ? noDuplication in CZString()
326 return storage_.policy_ == noDuplication; in isStaticString()
1042 CZString::noDuplication); // NOTE! in resolveReference()
1086 CZString::noDuplication); in find()
1175 CZString::noDuplication); in insert()
1196 CZString actualKey(key, unsigned(strlen(key)), CZString::noDuplication); in insert()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString()
2629 ? (other.storage_.policy_ == noDuplication in CZString()
2630 ? noDuplication : duplicate) in CZString()
2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
3359 key, static_cast<unsigned>(strlen(key)), CZString::noDuplication); // NOTE! in resolveReference()
3403 CZString actualKey(key, static_cast<unsigned>(end-key), CZString::noDuplication); in find()
3467 CZString actualKey(key, static_cast<unsigned>(end-key), CZString::noDuplication); in removeMember()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString()
2629 ? (other.storage_.policy_ == noDuplication in CZString()
2630 ? noDuplication : duplicate) in CZString()
2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
3359 key, static_cast<unsigned>(strlen(key)), CZString::noDuplication); // NOTE! in resolveReference()
3403 CZString actualKey(key, static_cast<unsigned>(end-key), CZString::noDuplication); in find()
3467 CZString actualKey(key, static_cast<unsigned>(end-key), CZString::noDuplication); in removeMember()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString()
2629 ? (other.storage_.policy_ == noDuplication in CZString()
2630 ? noDuplication : duplicate) in CZString()
2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
3359 key, static_cast<unsigned>(strlen(key)), CZString::noDuplication); // NOTE! in resolveReference()
3403 CZString actualKey(key, static_cast<unsigned>(end-key), CZString::noDuplication); in find()
3467 CZString actualKey(key, static_cast<unsigned>(end-key), CZString::noDuplication); in removeMember()
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2642 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString()
2646 ? (static_cast<DuplicationPolicy>(other.storage_.policy_) == noDuplication in CZString()
2647 ? noDuplication : duplicate) in CZString()
2703 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
3392 key, static_cast<unsigned>(strlen(key)), CZString::noDuplication); // NOTE! in resolveReference()
3436 CZString actualKey(key, static_cast<unsigned>(cend-key), CZString::noDuplication); in find()
3500 CZString actualKey(key, static_cast<unsigned>(cend-key), CZString::noDuplication); in removeMember()
Djson.h593 noDuplication = 0, enumerator
/third_party/jsoncpp/include/json/
Dvalue.h271 enum DuplicationPolicy { noDuplication = 0, duplicate, duplicateOnCopy }; enumerator
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h550 noDuplication = 0, enumerator
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h550 noDuplication = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h550 noDuplication = 0, enumerator