Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_intern.cc279 const StaticMetadataSlice* static_slice = in ManagedMemorySlice() local
281 if (static_slice) { in ManagedMemorySlice()
282 *this = *static_slice; in ManagedMemorySlice()
297 const StaticMetadataSlice* static_slice = MatchStaticSlice(hash, slice); in ManagedMemorySlice() local
298 if (static_slice) { in ManagedMemorySlice()
299 *this = *static_slice; in ManagedMemorySlice()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dstatic_metadata.h306 #define GRPC_STATIC_METADATA_INDEX(static_slice) \ argument
307 (reinterpret_cast<grpc_core::StaticSliceRefcount*>((static_slice).refcount) \
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_static_metadata.py699 static_slice = 'GRPC_IS_STATIC_METADATA_STRING((slice))' variable
712 batch_idx_of_hdr, '\n', '(', static_slice, '&&', slice_ref_idx, '<=',
/external/grpc-grpc/src/core/lib/transport/
Dstatic_metadata.h259 #define GRPC_STATIC_METADATA_INDEX(static_slice) \ argument
260 ((int)((static_slice).refcount - grpc_static_metadata_refcounts))