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

  /external/llvm/lib/Support/
StringPool.cpp 1 //===-- StringPool.cpp - Interned string pool -----------------------------===//
10 // This file implements the StringPool class.
14 #include "llvm/Support/StringPool.h"
19 StringPool::StringPool() {}
21 StringPool::~StringPool() {
25 PooledStringPtr StringPool::intern(StringRef Key) {
  /libcore/luni/src/main/java/libcore/internal/
StringPool.java 24 public final class StringPool {
  /external/clang/tools/libclang/
CXTranslationUnit.h 29 clang::cxstring::CXStringPool *StringPool;
  /external/llvm/include/llvm/Support/
StringPool.h 1 //===-- StringPool.h - Interned string pool ---------------------*- C++ -*-===//
15 // StringPool Pool;
40 /// StringPool - An interned string pool. Use the intern method to add a
43 class StringPool {
47 StringPool *Pool; ///< So the string can remove itself.
61 StringPool();
62 ~StringPool();
80 typedef StringPool::entry_t entry_t;
  /frameworks/base/tools/aapt/
StringPool.h 34 * The StringPool class is used as an intermediate representation for
38 class StringPool
85 explicit StringPool(bool utf8 = false);
177 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry);
178 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style_span);
179 ANDROID_TRIVIAL_MOVE_TRAIT(StringPool::entry_style);
StringPool.cpp 7 #include "StringPool.h"
60 String8 StringPool::entry::makeConfigsString() const {
74 int StringPool::entry::compare(const entry& o) const {
104 StringPool::StringPool(bool utf8) :
109 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans,
119 ssize_t StringPool::add(const String16& value,
182 status_t StringPool::addStyleSpan(size_t idx, const String16& name,
192 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans)
204 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 142 MCSymbol *StringPool = DU->getStringPoolSym();
143 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
164 MCSymbol *StringPool = DU->getStringPoolSym();
165 Value = new (DIEValueAllocator) DIEDelta(Symb, StringPool);
    [all...]
DwarfDebug.h 233 StrPool StringPool;
248 : Asm(AP), AbbreviationsSet(AS), Abbreviations(A), StringPool(DA),
288 StrPool *getStringPool() { return &StringPool; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 166 milliseconds