Searched refs:cstr_ (Results 1 – 10 of 10) sorted by relevance
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 236 Value::CZString::CZString(ArrayIndex index) : cstr_(nullptr), index_(index) {} in CZString() 240 : cstr_(str) { in CZString() 247 cstr_ = (other.storage_.policy_ != noDuplication && other.cstr_ != nullptr in CZString() 248 ? duplicateStringValue(other.cstr_, other.storage_.length_) in CZString() 249 : other.cstr_); in CZString() 252 other.cstr_ in CZString() 263 : cstr_(other.cstr_), index_(other.index_) { in CZString() 264 other.cstr_ = nullptr; in CZString() 268 if (cstr_ && storage_.policy_ == duplicate) { in ~CZString() 269 releaseStringValue(const_cast<char*>(cstr_), in ~CZString() [all …]
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
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_ = nullptr; in CZString() 2660 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2661 releaseStringValue(const_cast<char*>(cstr_)); in ~CZString() [all …]
|
D | json.h | 621 char const* cstr_; // actually, a prefixed string, unless policy is noDup variable
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} in CZString() 2616 : cstr_(str) in CZString() 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2625 ? duplicateStringValue(other.cstr_, other.storage_.length_) in CZString() 2626 : other.cstr_) in CZString() 2628 storage_.policy_ = (other.cstr_ in CZString() 2636 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2637 releaseStringValue(const_cast<char*>(cstr_)); in ~CZString() 2641 std::swap(cstr_, other.cstr_); in swap() 2651 if (!cstr_) return index_ < other.index_; in operator <() [all …]
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} in CZString() 2616 : cstr_(str) in CZString() 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2625 ? duplicateStringValue(other.cstr_, other.storage_.length_) in CZString() 2626 : other.cstr_) in CZString() 2628 storage_.policy_ = (other.cstr_ in CZString() 2636 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2637 releaseStringValue(const_cast<char*>(cstr_)); in ~CZString() 2641 std::swap(cstr_, other.cstr_); in swap() 2651 if (!cstr_) return index_ < other.index_; in operator <() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} in CZString() 2616 : cstr_(str) in CZString() 2624 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0 in CZString() 2625 ? duplicateStringValue(other.cstr_, other.storage_.length_) in CZString() 2626 : other.cstr_) in CZString() 2628 storage_.policy_ = (other.cstr_ in CZString() 2636 if (cstr_ && storage_.policy_ == duplicate) in ~CZString() 2637 releaseStringValue(const_cast<char*>(cstr_)); in ~CZString() 2641 std::swap(cstr_, other.cstr_); in swap() 2651 if (!cstr_) return index_ < other.index_; in operator <() [all …]
|
/third_party/jsoncpp/include/json/ |
D | value.h | 287 char const* cstr_; // actually, a prefixed string, unless policy is noDup variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 575 char const* cstr_; // actually, a prefixed string, unless policy is noDup variable
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 575 char const* cstr_; // actually, a prefixed string, unless policy is noDup variable
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 575 char const* cstr_; // actually, a prefixed string, unless policy is noDup variable
|