Home
last modified time | relevance | path

Searched refs:this_str (Results 1 – 5 of 5) sorted by relevance

/third_party/jsoncpp/src/lib_json/
Djson_value.cpp508 char const* this_str; in operator <() local
511 &this_str); in operator <()
515 JSON_ASSERT(this_str && other_str); in operator <()
516 int comp = memcmp(this_str, other_str, min_len); in operator <()
564 char const* this_str; in operator ==() local
567 &this_str); in operator ==()
572 JSON_ASSERT(this_str && other_str); in operator ==()
573 int comp = memcmp(this_str, other_str, this_len); in operator ==()
594 char const* this_str; in asCString() local
596 &this_str); in asCString()
[all …]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2902 char const* this_str; in operator <() local
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2907 int comp = memcmp(this_str, other_str, min_len); in operator <()
2957 char const* this_str; in operator ==() local
2959 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator ==()
2962 int comp = memcmp(this_str, other_str, this_len); in operator ==()
2982 char const* this_str; in asCString() local
2983 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asCString()
2984 return this_str; in asCString()
3004 char const* this_str; in asString() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2902 char const* this_str; in operator <() local
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2907 int comp = memcmp(this_str, other_str, min_len); in operator <()
2957 char const* this_str; in operator ==() local
2959 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator ==()
2962 int comp = memcmp(this_str, other_str, this_len); in operator ==()
2982 char const* this_str; in asCString() local
2983 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asCString()
2984 return this_str; in asCString()
3004 char const* this_str; in asString() local
[all …]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2902 char const* this_str; in operator <() local
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2907 int comp = memcmp(this_str, other_str, min_len); in operator <()
2957 char const* this_str; in operator ==() local
2959 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator ==()
2962 int comp = memcmp(this_str, other_str, this_len); in operator ==()
2982 char const* this_str; in asCString() local
2983 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asCString()
2984 return this_str; in asCString()
3004 char const* this_str; in asString() local
[all …]
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2934 char const* this_str; in operator <() local
2936 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
2939 int comp = memcmp(this_str, other_str, min_len); in operator <()
2989 char const* this_str; in operator ==() local
2991 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator ==()
2994 int comp = memcmp(this_str, other_str, this_len); in operator ==()
3014 char const* this_str; in asCString() local
3015 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asCString()
3016 return this_str; in asCString()
3036 char const* this_str; in asString() local
[all …]