Home
last modified time | relevance | path

Searched defs:string_ (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/include/internal/
Dcef_string_wrappers.h373 : string_(NULL), owner_(false) { in string_() function
387 : string_(NULL), owner_(false) { in string_() function
401 : string_(NULL), owner_(false) { in string_() function
407 : string_(NULL), owner_(false) { in string_() function
528 delete string_; in ClearAndFree() local
828 struct_type* string_; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcoleitr.h380 UnicodeString string_; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dcoleitr.h378 UnicodeString string_; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dcoleitr.h380 UnicodeString string_; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcoleitr.h380 UnicodeString string_; variable
/third_party/gn/src/base/json/
Djson_parser.h125 std::optional<std::string> string_; variable
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h516 delete string_; in DestroyValue() local
554 std::string* string_; member
/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_adapter_re2.cc52 const string string_; member in i18n::phonenumbers::RE2RegExpInput
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollationElementIterator.java125 … private String string_; // TODO: needed in Java? if so, then add a UCharacterIterator field too? field in CollationElementIterator
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java125 … private String string_; // TODO: needed in Java? if so, then add a UCharacterIterator field too? field in CollationElementIterator
/third_party/jsoncpp/include/json/
Dvalue.h623 char* string_; // if allocated_, ptr to { unsigned, char[] }. member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h926 char* string_; // actually ptr to unsigned, followed by str, unless !allocated_ member
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h976 char* string_; // actually ptr to unsigned, followed by str, unless !allocated_ member
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h926 char* string_; // actually ptr to unsigned, followed by str, unless !allocated_ member
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h926 char* string_; // actually ptr to unsigned, followed by str, unless !allocated_ member
/third_party/cef/libcef/renderer/
Dv8_impl.cc314 std::string string_; member in __anon6b278a6b0111::V8TrackString
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp81 Json::Value string_{"sometext with space"}; member