Home
last modified time | relevance | path

Searched refs:policy_ (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2629 // Notes: policy_ indicates if the string was allocated when
2637 storage_.policy_ = allocate & 0x3; in CZString()
2642 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString()
2645 storage_.policy_ = (other.cstr_ in CZString()
2646 ? (static_cast<DuplicationPolicy>(other.storage_.policy_) == noDuplication in CZString()
2648 : static_cast<DuplicationPolicy>(other.storage_.policy_)); in CZString()
2660 if (cstr_ && storage_.policy_ == duplicate) in ~CZString()
2703 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; } in isStaticString()
H A Djson.h617 unsigned policy_: 2; member
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2610 // Notes: policy_ indicates if the string was allocated when
2619 storage_.policy_ = allocate;
2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0
2628 storage_.policy_ = (other.cstr_
2629 ? (other.storage_.policy_ == noDuplication
2631 : other.storage_.policy_);
2636 if (cstr_ && storage_.policy_ == duplicate)
2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2610 // Notes: policy_ indicates if the string was allocated when
2619 storage_.policy_ = allocate;
2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0
2628 storage_.policy_ = (other.cstr_
2629 ? (other.storage_.policy_ == noDuplication
2631 : other.storage_.policy_);
2636 if (cstr_ && storage_.policy_ == duplicate)
2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2610 // Notes: policy_ indicates if the string was allocated when
2619 storage_.policy_ = allocate;
2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0
2628 storage_.policy_ = (other.cstr_
2629 ? (other.storage_.policy_ == noDuplication
2631 : other.storage_.policy_);
2636 if (cstr_ && storage_.policy_ == duplicate)
2679 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h571 unsigned policy_: 2; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h571 unsigned policy_: 2; member
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h571 unsigned policy_: 2; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp90 ra_ctx(Program* program_, ra_test_policy policy_) in ra_ctx()
92 renames(program->blocks.size()), policy(policy_) in ra_ctx()

Completed in 35 milliseconds