Home
last modified time | relevance | path

Searched refs:string_pool (Results 1 – 22 of 22) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-name-table.hh162 const void *string_pool = (this+stringOffset).arrayZ; in sanitize_records() local
166 if (!nameRecordZ[i].sanitize (c, string_pool)) return_trace (false); in sanitize_records()
251 const hb_bytes_t string_pool (pool, pool_len); in get_name() local
252 return string_pool.sub_array (record.offset, record.length); in get_name()
/external/perfetto/src/trace_processor/
Dstorage_columns.cc27 const StringPool* string_pool) in StringPoolAccessor() argument
28 : deque_(deque), string_pool_(string_pool) {} in StringPoolAccessor()
Dandroid_logs_table.cc38 .AddStringColumn("tag", &alog.tag_ids(), &storage_->string_pool()) in CreateStorageSchema()
39 .AddStringColumn("msg", &alog.msg_ids(), &storage_->string_pool()) in CreateStorageSchema()
Dslice_table.cc39 .AddStringColumn("cat", &slices.cats(), &storage_->string_pool()) in CreateStorageSchema()
40 .AddStringColumn("name", &slices.names(), &storage_->string_pool()) in CreateStorageSchema()
Dstorage_schema.h88 const StringPool* string_pool) { in AddStringColumn() argument
89 StringPoolAccessor accessor(ids, string_pool); in AddStringColumn()
Dargs_table.cc35 .AddStringColumn("flat_key", &args.flat_keys(), &storage_->string_pool()) in CreateStorageSchema()
36 .AddStringColumn("key", &args.keys(), &storage_->string_pool()) in CreateStorageSchema()
Dinstants_table.cc38 .AddStringColumn("name", &instants.name_ids(), &storage_->string_pool()) in CreateStorageSchema()
Dcounter_definitions_table.cc39 .AddStringColumn("name", &cs.name_ids(), &storage_->string_pool()) in CreateStorageSchema()
DBUILD.gn118 "string_pool.cc",
119 "string_pool.h",
Draw_table.cc53 .AddStringColumn("name", &raw.name_ids(), &storage_->string_pool()) in CreateStorageSchema()
Dstorage_columns.h310 const StringPool* string_pool);
Dtrace_storage.h910 const StringPool& string_pool() const { return string_pool_; } in string_pool() function
/external/u-boot/tools/
Dmksunxiboot.c154 if (strlen(default_dt) + 1 <= sizeof(img.header.string_pool)) { in main()
155 strcpy((char *)img.header.string_pool, default_dt); in main()
158 string_pool)); in main()
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h936 string_pool(nullptr) {
955 string_pool(nullptr) {
987 swap(string_pool, other.string_pool);
991 if (string_pool) delete string_pool;
1007 if (string_pool) string_pool->clear();
1361 if (!string_pool)
1362 string_pool = new StringOffsetMap(StringOffsetCompare(buf_));
1367 auto it = string_pool->find(off);
1369 if (it != string_pool->end()) {
1375 string_pool->insert(off);
[all …]
Dflexbuffers.h852 string_pool(StringOffsetCompare(buf_)) { in buf_()
874 string_pool.clear(); in Clear()
973 auto it = string_pool.find(so); in String()
974 if (it != string_pool.end()) { in String()
981 string_pool.insert(so); in String()
1529 StringOffsetMap string_pool; variable
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dspl.h71 uint32_t string_pool[13]; member
/external/perfetto/
DBUILD235 "src/trace_processor/string_pool.cc",
236 "src/trace_processor/string_pool.h",
488 "src/trace_processor/string_pool.cc",
489 "src/trace_processor/string_pool.h",
696 "src/trace_processor/string_pool.cc",
697 "src/trace_processor/string_pool.h",
DAndroid.bp3284 "src/trace_processor/string_pool.cc",
/external/freetype/include/freetype/internal/
Dcfftypes.h378 FT_Byte* string_pool; member
/external/freetype/src/cff/
Dcffload.c2321 &font->string_pool, in cff_font_load()
2559 FT_FREE( font->string_pool ); in cff_font_done()
Dcffobjs.c697 FT_Byte* s2 = cff->string_pool + cff->string_pool_size; in cff_face_init()
/external/freetype/
DChangeLog.246275 (CFF_FontRec): Add `num_strings', `strings', and `string_pool'
6287 `string_pool' fields in the `CFF_FontRec' structure.