/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | FlatBufferBuilder.java | 53 Map<String, Integer> string_pool; // map used to cache shared strings. field in FlatBufferBuilder 167 if (string_pool != null) { in init() 168 string_pool.clear(); in init() 247 if (string_pool != null) { in clear() 248 string_pool.clear(); in clear() 577 if (string_pool == null) { in createSharedString() 578 string_pool = new HashMap<>(); in createSharedString() 580 string_pool.put(s, offset); in createSharedString() 585 Integer offset = string_pool.get(s); in createSharedString() 589 string_pool.put(s, offset); in createSharedString()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-name-table.hh | 224 const void *string_pool = (this+stringOffset).arrayZ; in sanitize_records() local 225 return_trace (nameRecordZ.sanitize (c, count, string_pool)); in sanitize_records() 310 const hb_bytes_t string_pool (pool, pool_len); in get_name() local 311 return string_pool.sub_array (record.offset, record.length); in get_name()
|
/third_party/harfbuzz/src/ |
D | hb-ot-name-table.hh | 262 const void *string_pool = (this+stringOffset).arrayZ; in sanitize_records() local 263 return_trace (nameRecordZ.sanitize (c, count, string_pool)); in sanitize_records() 346 const hb_bytes_t string_pool (pool, pool_len); in get_name() local 347 return string_pool.sub_array (record.offset, record.length); in get_name()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-name-table.hh | 266 const void *string_pool = (this+stringOffset).arrayZ; in sanitize_records() local 267 return_trace (nameRecordZ.sanitize (c, count, string_pool)); in sanitize_records() 350 const hb_bytes_t string_pool (pool, pool_len); in get_name() local 351 return string_pool.sub_array (record.offset, record.length); in get_name()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1169 string_pool(nullptr) { 1188 string_pool(nullptr) { 1220 swap(string_pool, other.string_pool); 1224 if (string_pool) delete string_pool; 1240 if (string_pool) string_pool->clear(); 1609 if (!string_pool) 1610 string_pool = new StringOffsetMap(StringOffsetCompare(buf_)); 1615 auto it = string_pool->find(off); 1617 if (it != string_pool->end()) { 1623 string_pool->insert(off); [all …]
|
D | flexbuffers.h | 907 string_pool(StringOffsetCompare(buf_)) { in buf_() 934 string_pool.clear(); in Clear() 1033 auto it = string_pool.find(so); in String() 1034 if (it != string_pool.end()) { in String() 1041 string_pool.insert(so); in String() 1627 StringOffsetMap string_pool; variable
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 375 FT_Byte* string_pool; member
|
/third_party/freetype/include/freetype/internal/ |
D | cfftypes.h | 374 FT_Byte* string_pool; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 374 FT_Byte* string_pool; member
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 2329 &font->string_pool, in cff_font_load() 2567 FT_FREE( font->string_pool ); in cff_font_done()
|
D | cffobjs.c | 712 FT_Byte* s2 = cff->string_pool + cff->string_pool_size; in cff_face_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 2321 &font->string_pool, in cff_font_load() 2559 FT_FREE( font->string_pool ); in cff_font_done()
|
D | cffobjs.c | 697 FT_Byte* s2 = cff->string_pool + cff->string_pool_size; in cff_face_init()
|
/third_party/freetype/src/cff/ |
D | cffload.c | 2327 &font->string_pool, in cff_font_load() 2565 FT_FREE( font->string_pool ); in cff_font_done()
|
D | cffobjs.c | 707 FT_Byte* s2 = cff->string_pool + cff->string_pool_size; in cff_face_init()
|
/third_party/freetype/ |
D | ChangeLog.24 | 6275 (CFF_FontRec): Add `num_strings', `strings', and `string_pool' 6287 `string_pool' fields in the `CFF_FontRec' structure.
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.24 | 6275 (CFF_FontRec): Add `num_strings', `strings', and `string_pool' 6287 `string_pool' fields in the `CFF_FontRec' structure.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.24 | 6275 (CFF_FontRec): Add `num_strings', `strings', and `string_pool' 6287 `string_pool' fields in the `CFF_FontRec' structure.
|