Searched refs:noDuplication (Results 1 - 8 of 8) sorted by relevance
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 2642 : 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()
|
H A D | json.h | 593 noDuplication = 0, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 2629 ? (other.storage_.policy_ == noDuplication 2630 ? noDuplication : duplicate) 2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } 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/ |
H A D | jsoncpp.cpp | 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 2629 ? (other.storage_.policy_ == noDuplication 2630 ? noDuplication : duplicate) 2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } 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/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 2629 ? (other.storage_.policy_ == noDuplication 2630 ? noDuplication : duplicate) 2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } 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/json/ |
H A D | json.h | 550 noDuplication = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 550 noDuplication = 0, enumerator
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 550 noDuplication = 0, enumerator
|
Completed in 31 milliseconds