Home
last modified time | relevance | path

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

/third_party/grpc/test/core/xds/
Dxds_client_test_peer.h38 std::set<std::string> string_pool; in TestDumpClientConfig() 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/skia/m133/third_party/externals/harfbuzz/src/OT/name/
Dname.hh462 const void *string_pool = (this+stringOffset).arrayZ; in sanitize_records() local
555 const hb_bytes_t string_pool (pool, pool_len); in get_name() local
/third_party/grpc/src/core/xds/grpc/
Dxds_client_grpc.cc382 std::set<std::string> string_pool; in DumpAllClientConfigs() local
/third_party/flatbuffers/include/flatbuffers/
Dflatbuffer_builder.h157 if (string_pool) delete string_pool; in ~FlatBufferBuilderImpl() local
1344 StringOffsetMap *string_pool; variable
Dflexbuffers.h1700 StringOffsetMap string_pool; variable
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlatBufferBuilder.java53 Map<String, Integer> string_pool; // map used to cache shared strings. field in FlatBufferBuilder
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h374 FT_Byte* string_pool; member
/third_party/grpc/src/core/xds/xds_client/
Dxds_client.cc1761 std::set<std::string>* string_pool, upb_Arena* arena, in DumpClientConfig()