Home
last modified time | relevance | path

Searched refs:grpc_slice_hash_internal (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/lib/slice/
Dslice_weak_hash_table.h54 const size_t idx = grpc_slice_hash_internal(key) % Size; in Add()
62 const size_t idx = grpc_slice_hash_internal(key) % Size; in Get()
Dslice_hash_table.h135 const size_t hash = grpc_slice_hash_internal(key); in Add()
153 const size_t hash = grpc_slice_hash_internal(key); in Get()
Dslice_intern.cc128 uint32_t grpc_slice_hash(grpc_slice s) { return grpc_slice_hash_internal(s); } in grpc_slice_hash()
136 uint32_t hash = grpc_slice_hash_internal(slice); in grpc_slice_maybe_static_intern()
296 const uint32_t hash = grpc_slice_hash_internal(slice); in ManagedMemorySlice()
Dslice_internal.h333 inline uint32_t grpc_slice_hash_internal(const grpc_slice& s) { in grpc_slice_hash_internal() function
355 return grpc_slice_hash_internal(slice); in operator()
/third_party/grpc/src/core/lib/transport/
Dmetadata.cc105 uint32_t k_hash = grpc_slice_hash_internal(kv_.key); in HashInit()
106 uint32_t v_hash = grpc_slice_hash_internal(kv_.value); in HashInit()
/third_party/grpc/src/core/lib/surface/
Dserver.cc1081 uint32_t hash = GRPC_MDSTR_KV_HASH(grpc_slice_hash_internal(host), in GetRegisteredMethod()
1082 grpc_slice_hash_internal(path)); in GetRegisteredMethod()
1097 hash = GRPC_MDSTR_KV_HASH(0, grpc_slice_hash_internal(path)); in GetRegisteredMethod()