Searched refs:grpc_slice_hash_internal (Results 1 – 6 of 6) sorted by relevance
54 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()
135 const size_t hash = grpc_slice_hash_internal(key); in Add()153 const size_t hash = grpc_slice_hash_internal(key); in Get()
128 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()
333 inline uint32_t grpc_slice_hash_internal(const grpc_slice& s) { in grpc_slice_hash_internal() function355 return grpc_slice_hash_internal(slice); in operator()
105 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()
1081 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()