HomeSort by relevance Sort by last modified time
    Searched defs:StringPool (Results 1 - 20 of 20) 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) {
  /external/swiftshader/third_party/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) {
  /external/swiftshader/third_party/llvm-7.0/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) {
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
StringPool.java 26 public final class StringPool {
  /external/perfetto/src/trace_processor/
string_pool.h 35 class StringPool {
42 Iterator(const StringPool*);
51 const StringPool* pool_ = nullptr;
56 StringPool();
57 ~StringPool();
60 StringPool(StringPool&&) noexcept;
61 StringPool& operator=(StringPool&&);
64 StringPool(const StringPool&) = delete
    [all...]
string_pool.cc 24 StringPool::StringPool() {
31 StringPool::~StringPool() = default;
33 StringPool::StringPool(StringPool&&) noexcept = default;
34 StringPool& StringPool::operator=(StringPool&&) = default
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
StringPool.java 41 public class StringPool extends StringTypeBasePool implements StringSection<CharSequence, StringReference> {
43 public StringPool(@Nonnull DexPool dexPool) {
  /external/clang/tools/libclang/
CXTranslationUnit.h 32 clang::cxstring::CXStringPool *StringPool;
  /external/swiftshader/third_party/llvm-7.0/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 = nullptr; ///< So the string can remove itself.
61 StringPool();
62 ~StringPool();
80 using entry_t = StringPool::entry_t;
  /external/llvm/include/llvm/Support/
StringPool.h 1 //===-- StringPool.h - Interned string pool ---------------------*- C++ -*-===//
15 // StringPool Pool;
39 /// StringPool - An interned string pool. Use the intern method to add a
42 class StringPool {
46 StringPool *Pool; ///< So the string can remove itself.
60 StringPool();
61 ~StringPool();
79 typedef StringPool::entry_t entry_t;
  /external/swiftshader/third_party/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/swiftshader/third_party/subzero/src/
IceStringPool.h 29 class StringPool {
30 StringPool(const StringPool &) = delete;
31 StringPool &operator=(const StringPool &) = delete;
36 StringPool() = default;
37 ~StringPool() = default;
75 using IDType = StringPool::IDType;
146 static LockedPtr<StringPool> getStrings(const OwnerType *Owner);
173 return hash<Ice::StringPool::IDType>()(Key.getID())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.h 251 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator.
308 DwarfStringPool &getStringPool() { return *StringPool; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 214 /// StringPool - A String->Symbol mapping of strings used by indirect
216 StringMap<std::pair<MCSymbol*, unsigned> > StringPool;
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 167 /// required strings will be interned in \a StringPool.
177 NonRelocatableStringpool &StringPool, bool InClangModule);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar 
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 596 milliseconds