HomeSort by relevance Sort by last modified time
    Searched defs:StringEntry (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp 1 //===- StringEntry.cpp -----------------------------------------------------===//
9 #include <mcld/ADT/StringEntry.h>
14 // StringEntry<llvm::StringRef>
16 StringEntry<llvm::StringRef>::StringEntry()
20 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey)
24 StringEntry<llvm::StringRef>::StringEntry(const StringEntry<llvm::StringRef>& pCopy
    [all...]
  /external/lldb/source/Interpreter/
OptionValueBoolean.cpp 98 struct StringEntry {
102 static const StringEntry g_autocomplete_entries[] =
113 const size_t k_num_autocomplete_entries = sizeof(g_autocomplete_entries)/sizeof(StringEntry);
  /frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h 1 //===- StringEntry.h -------------------------------------------------------===//
22 /** \class StringEntry
23 * \brief StringEntry is a pair of strings which is designed for high locality.
26 class StringEntry
61 StringEntry();
62 StringEntry(const key_type& pKey);
63 StringEntry(const StringEntry& pCopy);
64 ~StringEntry();
76 class StringEntry<llvm::StringRef
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGEnumeration.h 42 typedef std::pair<unsigned short, String> StringEntry;
43 typedef Vector<StringEntry> StringEntries;

Completed in 108 milliseconds