Searched defs:AddString (Results 1 - 21 of 21) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DComboBox.cpp30 LRESULT CComboBox::AddString(LPCWSTR s) function in class:NWindows::NControl::CComboBox
34 return AddString(GetSystemString(s));
H A DComboBox.h17 LRESULT AddString(LPCTSTR s) { return SendMessage(CB_ADDSTRING, 0, (LPARAM)s); } function in class:NWindows::NControl::CComboBox
19 LRESULT AddString(LPCWSTR s);
/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump.cc79 void MemoryAllocatorDump::AddString(const char* name, function in class:base::trace_event::MemoryAllocatorDump
H A Dtrace_event_memory_overhead.cc55 void TraceEventMemoryOverhead::AddString(const std::string& str) { function in class:base::trace_event::TraceEventMemoryOverhead
67 AddString(str.data());
83 AddString(string_value->GetString());
98 AddString(it.key());
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h216 AddString(Other.getArgStdStr(I));
277 void AddString(StringRef V) const { function in class:clang::PartialDiagnostic
296 DB.AddString(DiagStorage->DiagArgumentsStr[i]);
354 PD.AddString(S);
H A DDiagnostic.h971 void AddString(StringRef S) const { function in class:clang::DiagnosticBuilder
1018 DB.AddString(S);
/external/llvm/lib/Support/
H A DFoldingSet.cpp87 void FoldingSetNodeID::AddString(StringRef String) { function in class:FoldingSetNodeID
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp239 void CPWL_ComboBox::AddString(const FX_WCHAR* string) { function in class:CPWL_ComboBox
241 m_pList->AddString(string);
H A DPWL_ListBox.cpp393 void CPWL_ListBox::AddString(const FX_WCHAR* string) { function in class:CPWL_ListBox
395 m_pList->AddString(string);
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dlistbox.cpp34 FWL_HLISTITEM CFWL_ListBox::AddString(const CFX_WideStringC& wsAdd, function in class:CFWL_ListBox
H A Dcombobox.cpp30 int32_t CFWL_ComboBox::AddString(const CFX_WideStringC& wsText) { function in class:CFWL_ComboBox
36 int32_t CFWL_ComboBox::AddString(const CFX_WideStringC& wsText, function in class:CFWL_ComboBox
/external/v8/src/
H A Dutils.cc24 void SimpleStringBuilder::AddString(const char* s) { function in class:v8::internal::SimpleStringBuilder
H A Dstring-builder.h232 void AddString(Handle<String> string) { function in class:v8::internal::ReplacementStringBuilder
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.cc670 void StatsReport::AddString(StatsReport::StatsValueName name, function in class:webrtc::StatsReport
677 void StatsReport::AddString(StatsReport::StatsValueName name, function in class:webrtc::StatsReport
/external/protobuf/src/google/protobuf/
H A Dextension_set.h318 void AddString(int number, FieldType type, const string& value, desc);
319 string * AddString (int number, FieldType type, desc);
604 inline void ExtensionSet::AddString(int number, FieldType type, function in class:google::protobuf::internal::ExtensionSet
607 AddString(number, type, descriptor)->assign(value);
823 set->AddString(number, field_type, value, NULL);
827 return set->AddString(number, field_type, NULL);
H A Dextension_set.cc499 string* ExtensionSet::AddString(int number, FieldType type, function in class:google::protobuf::internal::ExtensionSet
1131 AddString(number, WireFormatLite::TYPE_STRING, extension.descriptor) :
1140 AddString(number, WireFormatLite::TYPE_BYTES, extension.descriptor) :
H A Dgenerated_message_reflection.cc1108 void GeneratedMessageReflection::AddString( function in class:google::protobuf::internal::GeneratedMessageReflection
1111 USAGE_CHECK_ALL(AddString, REPEATED, STRING);
1113 MutableExtensionSet(message)->AddString(field->number(),
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp296 static void AddString(AString &dest, const AString &src) function in namespace:NArchive::NXz
341 AddString(s, s2);
485 AddString(_methodsString, GetMethodString(block.filters[i]));
524 AddString(_methodsString, GetCheckString(xzs.p));
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp551 void CPDF_Array::AddString(const CFX_ByteString& str) { function in class:CPDF_Array
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp593 void CFX_ListCtrl::AddString(const FX_WCHAR* string) { function in class:CFX_ListCtrl
/external/v8/src/heap/
H A Dheap-inl.h335 external_string_table_.AddString(string);
561 void Heap::ExternalStringTable::AddString(String* string) { function in class:v8::internal::Heap::ExternalStringTable

Completed in 572 milliseconds