Searched refs:GetEntry (Results 1 – 4 of 4) sorted by relevance
130 static const ValueType& GetEntry(const Hashtable* hashtable, in GetEntry() function188 ValueType old = GetEntry<typename Cmp::Type>(hashtable, id); in ReplaceOlderIndex()220 ValueType old = GetEntry<typename Cmp::Type>(hashtable, cuckoo_first); in UpdateAddOrEvict()774 auto* const key = GetEntry<grpc_slice_refcount*>(c->key_table.entries, i); in grpc_chttp2_hpack_compressor_destroy()778 GRPC_MDELEM_UNREF(GetEntry<grpc_mdelem>(c->elem_table.entries, i)); in grpc_chttp2_hpack_compressor_destroy()
139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function