Home
last modified time | relevance | path

Searched refs:grpc_slice_hash_refcounted (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_internal.h323 inline uint32_t grpc_slice_hash_refcounted(const grpc_slice& s) { in grpc_slice_hash_refcounted() function
335 : grpc_slice_hash_refcounted(s); in grpc_slice_hash_internal()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata.cc430 : grpc_slice_hash_refcounted(key); in md_create_maybe_static()
432 uint32_t hash = GRPC_MDSTR_KV_HASH(khash, grpc_slice_hash_refcounted(value)); in md_create_maybe_static()