Home
last modified time | relevance | path

Searched defs:string_pool (Results 1 – 8 of 8) sorted by relevance

/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
310 const hb_bytes_t string_pool (pool, pool_len); in get_name() local
/third_party/harfbuzz/src/
Dhb-ot-name-table.hh262 const void *string_pool = (this+stringOffset).arrayZ; in sanitize_records() local
346 const hb_bytes_t string_pool (pool, pool_len); in get_name() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh266 const void *string_pool = (this+stringOffset).arrayZ; in sanitize_records() local
350 const hb_bytes_t string_pool (pool, pool_len); in get_name() local
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java53 Map<String, Integer> string_pool; // map used to cache shared strings. field in FlatBufferBuilder
/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/flatbuffers/include/flatbuffers/
Dflexbuffers.h1627 StringOffsetMap string_pool; variable