/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 511 char const* this_str; in operator <() local 514 &this_str); in operator <() 518 JSON_ASSERT(this_str && other_str); in operator <() 519 int comp = memcmp(this_str, other_str, min_len); in operator <() 566 char const* this_str; in operator ==() local 569 &this_str); in operator ==() 574 JSON_ASSERT(this_str && other_str); in operator ==() 575 int comp = memcmp(this_str, other_str, this_len); in operator ==() 596 char const* this_str; in asCString() local 598 &this_str); in asCString() [all …]
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | types.cc | 66 std::string this_str(str_ref.str, str_ref.len); in CopyStringFromBuffer() local 67 dst_data->push_back(this_str); in CopyStringFromBuffer()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2902 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 …]
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2902 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 …]
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2902 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 …]
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2934 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 …]
|