Home
last modified time | relevance | path

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

/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java53 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/
Dhb-ot-name-table.hh224 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/
Dhb-ot-name-table.hh262 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/
Dhb-ot-name-table.hh266 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/
Dflatbuffers.h1169 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 …]
Dflexbuffers.h907 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/
Dcfftypes.h375 FT_Byte* string_pool; member
/third_party/freetype/include/freetype/internal/
Dcfftypes.h374 FT_Byte* string_pool; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h374 FT_Byte* string_pool; member
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c2329 &font->string_pool, in cff_font_load()
2567 FT_FREE( font->string_pool ); in cff_font_done()
Dcffobjs.c712 FT_Byte* s2 = cff->string_pool + cff->string_pool_size; in cff_face_init()
/third_party/flutter/skia/third_party/externals/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()
/third_party/freetype/src/cff/
Dcffload.c2327 &font->string_pool, in cff_font_load()
2565 FT_FREE( font->string_pool ); in cff_font_done()
Dcffobjs.c707 FT_Byte* s2 = cff->string_pool + cff->string_pool_size; in cff_face_init()
/third_party/freetype/
DChangeLog.246275 (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/
DChangeLog.246275 (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/
DChangeLog.246275 (CFF_FontRec): Add `num_strings', `strings', and `string_pool'
6287 `string_pool' fields in the `CFF_FontRec' structure.