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

1 2

  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 109 char *string_pool = (char *) this + stringOffset; local
112 if (!nameRecord[i].sanitize (c, string_pool)) return_trace (false);
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 250 src_config_value.get(), &master_table_->string_pool);
269 new_file_ref = std::unique_ptr<FileReference>(f->Clone(&master_table_->string_pool));
275 src_config_value->value->Clone(&master_table_->string_pool));
290 util::make_unique<FileReference>(master_table_->string_pool.MakeRef(newPath));
297 return std::unique_ptr<FileReference>(file_ref.Clone(&master_table_->string_pool));
304 util::make_unique<FileReference>(table.string_pool.MakeRef(path));
ReferenceLinker.cpp 51 StringPool* string_pool, xml::IPackageDeclStack* decl)
56 string_pool_(string_pool) {}
378 &table->string_pool, &decl_stack);
AutoVersioner.cpp 127 std::unique_ptr<Style> new_style(style->Clone(&table->string_pool));
XmlCompatVersioner.cpp 114 out_el->attributes.push_back(CopyAttr(attr, &cloned_doc->string_pool));
124 &cloned_doc->string_pool);
ReferenceLinker_test.cpp 94 util::make_unique<RawString>(table->string_pool.MakeRef("one|two"));
  /frameworks/base/tools/aapt2/test/
Builders.cpp 72 return AddValue(name, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
78 return AddValue(name, config, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
91 auto file_ref = util::make_unique<FileReference>(table_->string_pool.MakeRef(path));
100 auto file_ref = util::make_unique<FileReference>(table_->string_pool.MakeRef(path));
137 StringPool* ResourceTableBuilder::string_pool() { function in class:aapt::test::ResourceTableBuilder
138 return &table_->string_pool;
Builders.h 73 StringPool* string_pool();
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 692 dedup_vtables_(true), string_pool(nullptr) {
699 if (string_pool) delete string_pool;
716 if (string_pool) string_pool->clear();
1542 StringOffsetMap *string_pool; variable
    [all...]
flexbuffers.h 822 string_pool(StringOffsetCompare(buf_)) {
846 string_pool.clear();
929 auto it = string_pool.find(so);
930 if (it != string_pool.end()) {
937 string_pool.insert(so);
    [all...]
  /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...]
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 359 PseudolocalizeIfNeeded(Pseudolocalizer::Method::kAccent, value, &table->string_pool,
361 PseudolocalizeIfNeeded(Pseudolocalizer::Method::kBidi, value, &table->string_pool,
PseudolocaleGenerator_test.cpp 246 util::make_unique<StyledString>(table->string_pool.MakeRef(original_style));
250 auto string = util::make_unique<String>(table->string_pool.MakeRef(original_style.str));
  /external/freetype/include/freetype/internal/
cfftypes.h 367 /* array of pointers into String INDEX data stored at string_pool */
370 FT_Byte* string_pool; member in struct:CFF_FontRec_
  /frameworks/base/tools/aapt2/split/
TableSplitter.cpp 250 config_value->value->Clone(&split_table->string_pool));
  /frameworks/base/tools/aapt2/xml/
XmlDom.h 151 StringPool string_pool; member in class:aapt::xml::XmlResource
XmlDom.cpp 331 CopyAttributes(el.get(), &tree, &xml_resource->string_pool);
383 cloned_attr.compiled_value.reset(attr.compiled_value->Clone(&cloned->string_pool));
  /frameworks/base/tools/aapt2/format/binary/
BinaryResourceParser.cpp 136 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount());
437 value, &table_->string_pool);
TableFlattener.cpp 578 table->string_pool.Prune();
579 table->string_pool.Sort([](const StringPool::Context& a, const StringPool::Context& b) -> int {
593 StringPool::FlattenUtf8(table_writer.buffer(), table->string_pool,
  /frameworks/base/tools/aapt2/format/proto/
ProtoSerialize_test.cpp 62 plural->values[Plural::One] = util::make_unique<String>(table->string_pool.MakeRef("one"));
72 util::make_unique<StyledString>(table->string_pool.MakeRef(style_string)),
ProtoDeserialize.cpp 470 &out_table->string_pool, files, out_error);
    [all...]
  /frameworks/base/tools/aapt2/
ResourceTable.h 254 // NOTE: `string_pool` must come before `packages` so that it is destroyed after.
255 // When `string_pool` references are destroyed (as they will be when `packages` is destroyed),
258 StringPool string_pool; member in class:aapt::ResourceTable
ResourceTable.cpp 355 util::make_unique<FileReference>(string_pool.MakeRef(path));
632 new_value->value.reset(config_value->value->Clone(&new_table->string_pool));
ResourceParser.cpp 735 util::make_unique<StyledString>(table_->string_pool.MakeRef(
764 table_->string_pool.MakeRef(style_string.str, StringPool::Context(config_)));
777 table_->string_pool.MakeRef(raw_value, StringPool::Context(config_)));
    [all...]
  /external/freetype/src/cff/
cffload.c     [all...]

Completed in 623 milliseconds

1 2