HomeSort by relevance Sort by last modified time
    Searched defs:StringPool (Results 1 - 7 of 7) 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 20 void *StringPool;
  /frameworks/base/tools/aapt/
StringPool.h 34 * The StringPool class is used as an intermediate representation for
38 class StringPool
75 explicit StringPool(bool sorted = false, bool utf8 = false);
StringPool.cpp 7 #include "StringPool.h"
45 StringPool::StringPool(bool sorted, bool utf8)
50 ssize_t StringPool::add(const String16& value, bool mergeDuplicates)
55 ssize_t StringPool::add(const String16& value, const Vector<entry_style_span>& spans)
64 ssize_t StringPool::add(const String16& ident, const String16& value,
117 status_t StringPool::addStyleSpan(size_t idx, const String16& name,
127 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans)
139 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span)
153 size_t StringPool::size() cons
    [all...]
  /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;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 215 /// StringPool - A String->Symbol mapping of strings used by indirect
217 StringMap<std::pair<MCSymbol*, unsigned> > StringPool;

Completed in 755 milliseconds