Home
last modified time | relevance | path

Searched defs:static_slice (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/slice/
Dslice_intern.cc279 const StaticMetadataSlice* static_slice = in ManagedMemorySlice() local
297 const StaticMetadataSlice* static_slice = MatchStaticSlice(hash, slice); in ManagedMemorySlice() local
/third_party/grpc/tools/codegen/core/
Dgen_static_metadata.py697 static_slice = 'GRPC_IS_STATIC_METADATA_STRING((slice))' variable
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_metadata.cc62 grpc_core::ExternallyManagedSlice static_slice("abc"); in BM_SliceReIntern() local
/third_party/grpc/src/core/lib/transport/
Dstatic_metadata.h306 #define GRPC_STATIC_METADATA_INDEX(static_slice) \ argument