Searched refs:cstr_ (Results 1 - 8 of 8) sorted by relevance
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 2632 Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} in CZString() 2635 : cstr_(str) { in CZString() 2642 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2643 ? duplicateStringValue(other.cstr_, other.storage_.length_) in CZString() 2644 : other.cstr_) { in CZString() 2645 storage_.policy_ = (other.cstr_ in CZString() 2654 : cstr_(other.cstr_), index_(other.index_) { in CZString() 2655 other.cstr_ in CZString() [all...] |
H A D | json.h | 621 char const* cstr_; // actually, a prefixed string, unless policy is noDup member in Json::Value::CZString
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} 2616 : cstr_(str) 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 2625 ? duplicateStringValue(other.cstr_, other.storage_.length_) 2626 : other.cstr_) 2628 storage_.policy_ = (other.cstr_ 2636 if (cstr_ && storage_.policy_ == duplicate) 2637 releaseStringValue(const_cast<char*>(cstr_)); 2641 std::swap(cstr_, othe [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} 2616 : cstr_(str) 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 2625 ? duplicateStringValue(other.cstr_, other.storage_.length_) 2626 : other.cstr_) 2628 storage_.policy_ = (other.cstr_ 2636 if (cstr_ && storage_.policy_ == duplicate) 2637 releaseStringValue(const_cast<char*>(cstr_)); 2641 std::swap(cstr_, othe [all...] |
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} 2616 : cstr_(str) 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 2625 ? duplicateStringValue(other.cstr_, other.storage_.length_) 2626 : other.cstr_) 2628 storage_.policy_ = (other.cstr_ 2636 if (cstr_ && storage_.policy_ == duplicate) 2637 releaseStringValue(const_cast<char*>(cstr_)); 2641 std::swap(cstr_, othe [all...] |
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 575 char const* cstr_; // actually, a prefixed string, unless policy is noDup member in Json::Value::CZString
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 575 char const* cstr_; // actually, a prefixed string, unless policy is noDup member in Json::Value::CZString
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 575 char const* cstr_; // actually, a prefixed string, unless policy is noDup member in Json::Value::CZString
|
Completed in 35 milliseconds