Searched refs:DuplicationPolicy (Results 1 – 10 of 10) sorted by relevance
/external/jsoncpp/include/json/ |
D | value.h | 165 enum DuplicationPolicy { enum 171 CZString(const char* cstr, DuplicationPolicy allocate);
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 549 enum DuplicationPolicy { enum 555 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 549 enum DuplicationPolicy { enum 555 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 549 enum DuplicationPolicy { enum 555 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 592 enum DuplicationPolicy { enum 598 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
|
D | jsoncpp.cpp | 2634 Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate) in CZString() 2646 ? (static_cast<DuplicationPolicy>(other.storage_.policy_) == noDuplication in CZString() 2648 : static_cast<DuplicationPolicy>(other.storage_.policy_)); in CZString()
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 169 Value::CZString::CZString(const char* cstr, DuplicationPolicy allocate) in CZString()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2615 Value::CZString::CZString(char const* str, unsigned length, DuplicationPolicy allocate) in CZString()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2615 Value::CZString::CZString(char const* str, unsigned length, DuplicationPolicy allocate) in CZString()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2615 Value::CZString::CZString(char const* str, unsigned length, DuplicationPolicy allocate) in CZString()
|