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

  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 107 char *string_pool = (char *) this + stringOffset; local
110 if (!nameRecord[i].sanitize (c, string_pool)) return_trace (false);
  /frameworks/base/tools/aapt2/test/
Builders.cpp 68 return AddValue(name, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
74 return AddValue(name, config, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
85 return AddValue(name, id, util::make_unique<FileReference>(table_->string_pool.MakeRef(path)));
92 util::make_unique<FileReference>(table_->string_pool.MakeRef(path)));
126 StringPool* ResourceTableBuilder::string_pool() { function in class:aapt::test::ResourceTableBuilder
127 return &table_->string_pool;
  /frameworks/base/tools/aapt2/
ResourceTable.h 259 * NOTE: `string_pool` must come before `packages` so that it is destroyed
261 * When `string_pool` references are destroyed (as they will be when
266 StringPool string_pool; member in class:aapt::ResourceTable
  /frameworks/base/tools/aapt2/xml/
XmlDom.h 135 StringPool string_pool; member in class:aapt::xml::XmlResource
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 249 /* array of pointers into String INDEX data stored at string_pool */
252 FT_Byte* string_pool; member in struct:CFF_FontRec_
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 661 dedup_vtables_(true), string_pool(nullptr) {
668 if (string_pool) delete string_pool;
680 if (string_pool) string_pool->clear();
1323 StringOffsetMap *string_pool; member in class:flatbuffers::Vector
    [all...]
  /external/freetype/src/cff/
cfftypes.h 364 /* array of pointers into String INDEX data stored at string_pool */
367 FT_Byte* string_pool; member in struct:CFF_FontRec_
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h 707 string_pool = nullptr;
717 if (string_pool) delete string_pool;
731 if (string_pool) string_pool->clear();
1412 StringOffsetMap *string_pool; member in class:flatbuffers::Vector
    [all...]

Completed in 326 milliseconds