HomeSort by relevance Sort by last modified time
    Searched refs:StringPool (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /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) {
  /libcore/luni/src/test/java/libcore/internal/
StringPoolTest.java 20 import libcore.internal.StringPool;
25 StringPool stringPool = new StringPool();
26 String bcd = stringPool.get(new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 3);
28 assertSame(bcd, stringPool.get(new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 3));
32 StringPool stringPool = new StringPool();
37 String aString = stringPool.get(a, 0, 2)
    [all...]
  /frameworks/base/tools/aapt2/
StringPool_test.cpp 17 #include "StringPool.h"
36 StringPool pool;
38 StringPool::Ref ref = pool.MakeRef("wut");
43 StringPool pool;
45 StringPool::Ref ref_a = pool.MakeRef("wut");
46 StringPool::Ref ref_b = pool.MakeRef("hey");
53 StringPool pool;
55 StringPool::Ref ref_a = pool.MakeRef("wut");
56 StringPool::Ref ref_b = pool.MakeRef("wut");
64 StringPool pool
    [all...]
StringPool.h 45 // A StringPool for storing the value of String and StyledString resources.
50 class StringPool {
89 friend class StringPool;
114 friend class StringPool;
127 friend class StringPool;
132 const StringPool* pool_;
148 friend class StringPool;
155 static bool FlattenUtf8(BigBuffer* out, const StringPool& pool);
156 static bool FlattenUtf16(BigBuffer* out, const StringPool& pool);
158 StringPool() = default
    [all...]
StringPool.cpp 17 #include "StringPool.h"
34 StringPool::Ref::Ref() : entry_(nullptr) {}
36 StringPool::Ref::Ref(const StringPool::Ref& rhs) : entry_(rhs.entry_) {
42 StringPool::Ref::Ref(StringPool::Entry* entry) : entry_(entry) {
48 StringPool::Ref::~Ref() {
54 StringPool::Ref& StringPool::Ref::operator=(const StringPool::Ref& rhs)
    [all...]
ResourceValues.h 30 #include "StringPool.h"
79 // Clone the value. `new_pool` is the new StringPool that
81 virtual Value* Clone(StringPool* new_pool) const = 0;
104 virtual Item* Clone(StringPool* new_pool) const override = 0;
138 Reference* Clone(StringPool* new_pool) const override;
150 Id* Clone(StringPool* new_pool) const override;
157 StringPool::Ref value;
159 explicit RawString(const StringPool::Ref& ref);
163 RawString* Clone(StringPool* new_pool) const override;
186 StringPool::Ref value
    [all...]
  /external/llvm/unittests/Support/
StringPool.cpp 1 //===- llvm/unittest/Support/StringPoiil.cpp - StringPool tests -----------===//
10 #include "llvm/Support/StringPool.h"
18 StringPool pool;
25 StringPool pool;
  /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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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;
  /frameworks/base/tools/aapt2/proto/
ProtoHelpers.h 25 #include "StringPool.h"
31 void SerializeStringPoolToPb(const StringPool& pool, pb::StringPool* out_pb_pool);
33 void SerializeSourceToPb(const Source& source, StringPool* src_pool, pb::Source* out_pb_source);
ProtoHelpers.cpp 21 void SerializeStringPoolToPb(const StringPool& pool, pb::StringPool* out_pb_pool) {
23 StringPool::FlattenUtf8(&buffer, pool);
35 void SerializeSourceToPb(const Source& source, StringPool* src_pool, pb::Source* out_pb_source) {
36 StringPool::Ref ref = src_pool->MakeRef(source.path);
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.h 20 #include "StringPool.h"
27 StyledString* string, Pseudolocalizer::Method method, StringPool* pool);
  /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/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) {
  /frameworks/base/tools/aapt2/link/
XmlCompatVersioner.h 48 StringPool* out_string_pool) const = 0;
73 std::set<ApiVersion>* out_apis_referenced, StringPool* out_string_pool);
90 StringPool* out_string_pool) const override;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
StringPoolTest.java 22 * Unit tests for {@link StringPool}.
26 private StringPool pool;
30 pool = new StringPool();

Completed in 1460 milliseconds

1 2 3 4 5