Home
last modified time | relevance | path

Searched defs:AddString (Results 1 – 13 of 13) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DComboBox.cpp34 LRESULT CComboBox::AddString(LPCWSTR s) in AddString() function in NWindows::NControl::CComboBox
DComboBox.h19 LRESULT AddString(LPCTSTR s) { return SendMsg(CB_ADDSTRING, 0, (LPARAM)s); } in AddString() function
/third_party/vulkan-loader/tests/framework/
Djson_writer.h84 void AddString(std::string const& value) { in AddString() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-utils.h294 void AddString(const char* s) { in AddString() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-utils.h340 void AddString(const char* s) { in AddString() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dutils.h327 void AddString(const char* s) { in AddString() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp86 void FoldingSetNodeID::AddString(StringRef String) { in AddString() function in FoldingSetNodeID
/third_party/gn/src/gn/
Djson_project_writer.cc194 void AddString(std::string_view key, std::string_view value) { in AddString() function in __anon43d30f010311::SimpleJSONWriter
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1256 void TextFormatDecodeData::AddString(int32 key, in AddString() function in google::protobuf::compiler::objectivec::TextFormatDecodeData
/third_party/protobuf/src/google/protobuf/
Dextension_set.h866 inline void ExtensionSet::AddString(int number, FieldType type, in AddString() function
Dextension_set.cc545 std::string* ExtensionSet::AddString(int number, FieldType type, in AddString() function in google::protobuf::internal::ExtensionSet
Dgenerated_message_reflection.cc1301 void Reflection::AddString(Message* message, const FieldDescriptor* field, in AddString() function in google::protobuf::Reflection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp93 auto AddString = [&](StringRef Str) { in computeLTOCacheKey() local