Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DComboBox.cpp30 LRESULT CComboBox::AddString(LPCWSTR s) in AddString() function in NWindows::NControl::CComboBox
DComboBox.h17 LRESULT AddString(LPCTSTR s) { return SendMessage(CB_ADDSTRING, 0, (LPARAM)s); } in AddString() function
/external/libchrome/base/trace_event/
Dmemory_allocator_dump.cc79 void MemoryAllocatorDump::AddString(const char* name, in AddString() function in base::trace_event::MemoryAllocatorDump
Dtrace_event_memory_overhead.cc55 void TraceEventMemoryOverhead::AddString(const std::string& str) { in AddString() function in base::trace_event::TraceEventMemoryOverhead
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dcombobox.cpp30 int32_t CFWL_ComboBox::AddString(const CFX_WideStringC& wsText) { in AddString() function in CFWL_ComboBox
36 int32_t CFWL_ComboBox::AddString(const CFX_WideStringC& wsText, in AddString() function in CFWL_ComboBox
Dlistbox.cpp34 FWL_HLISTITEM CFWL_ListBox::AddString(const CFX_WideStringC& wsAdd, in AddString() function in CFWL_ListBox
/external/webrtc/talk/app/webrtc/
Dstatstypes.cc670 void StatsReport::AddString(StatsReport::StatsValueName name, in AddString() function in webrtc::StatsReport
677 void StatsReport::AddString(StatsReport::StatsValueName name, in AddString() function in webrtc::StatsReport
/external/clang/include/clang/Basic/
DPartialDiagnostic.h277 void AddString(StringRef V) const { in AddString() function
DDiagnostic.h971 void AddString(StringRef S) const { in AddString() function
/external/llvm/lib/Support/
DFoldingSet.cpp87 void FoldingSetNodeID::AddString(StringRef String) { in AddString() function in FoldingSetNodeID
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp239 void CPWL_ComboBox::AddString(const FX_WCHAR* string) { in AddString() function in CPWL_ComboBox
DPWL_ListBox.cpp393 void CPWL_ListBox::AddString(const FX_WCHAR* string) { in AddString() function in CPWL_ListBox
/external/v8/src/
Dstring-builder.h232 void AddString(Handle<String> string) { in AddString() function
Dutils.cc24 void SimpleStringBuilder::AddString(const char* s) { in AddString() function in v8::internal::SimpleStringBuilder
/external/v8/src/heap/
Dheap-inl.h561 void Heap::ExternalStringTable::AddString(String* string) { in AddString() function
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp593 void CFX_ListCtrl::AddString(const FX_WCHAR* string) { in AddString() function in CFX_ListCtrl
/external/protobuf/src/google/protobuf/
Dextension_set.h604 inline void ExtensionSet::AddString(int number, FieldType type, in AddString() function
Dextension_set.cc499 string* ExtensionSet::AddString(int number, FieldType type, in AddString() function in google::protobuf::internal::ExtensionSet
Dgenerated_message_reflection.cc1108 void GeneratedMessageReflection::AddString( in AddString() function in google::protobuf::internal::GeneratedMessageReflection
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp296 static void AddString(AString &dest, const AString &src) in AddString() function
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp551 void CPDF_Array::AddString(const CFX_ByteString& str) { in AddString() function in CPDF_Array
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2643 void AddString(const char* s) { in AddString() function in v8::internal::OutputStreamWriter
/external/clang/lib/Serialization/
DASTWriter.cpp3948 void ASTWriter::AddString(StringRef Str, RecordDataImpl &Record) { in AddString() function in ASTWriter