Searched defs:hashtable (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 124 static HpackEncoderIndex HpackIndex(const Hashtable* hashtable, in HpackIndex() 130 static const ValueType& GetEntry(const Hashtable* hashtable, in GetEntry() 136 static bool TableEmptyAt(const Hashtable* hashtable, in TableEmptyAt() 142 static bool Matches(const Hashtable* hashtable, const ValueType& value, in Matches() 148 static void UpdateIndex(Hashtable* hashtable, HpackEncoderSlotHash hash_index, in UpdateIndex() 154 static void SetIndex(Hashtable* hashtable, HpackEncoderSlotHash hash_index, in SetIndex() 161 static bool GetMatchingIndex(Hashtable* hashtable, const ValueType& value, in GetMatchingIndex() 180 static ValueType ReplaceOlderIndex(Hashtable* hashtable, const ValueType& value, in ReplaceOlderIndex() 194 static void UpdateAddOrEvict(Hashtable hashtable, const ValueType& value, in UpdateAddOrEvict()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_live_shader_cache.h | 57 struct hash_table *hashtable; member
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptimerqueue.c | 32 GHashTable *hashtable; member
|
/third_party/python/Include/internal/ |
D | pycore_interp.h | 194 struct type_cache_entry hashtable[1 << MCACHE_SIZE_EXP]; member
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxftypes.c | 212 mxf_uuid_init (MXFUUID * uuid, GHashTable * hashtable) in mxf_uuid_init()
|
/third_party/python/Python/ |
D | marshal.c | 88 _Py_hashtable_t *hashtable; member
|
/third_party/boost/boost/intrusive/ |
D | hashtable.hpp | 3603 class hashtable class 3634 BOOST_INTRUSIVE_FORCEINLINE explicit hashtable ( const bucket_traits &b_traits in hashtable() function in boost::intrusive::hashtable 3641 BOOST_INTRUSIVE_FORCEINLINE hashtable(BOOST_RV_REF(hashtable) x) in hashtable() function in boost::intrusive::hashtable
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.h | 641 vt_table hashtable; variable
|
/third_party/python/Modules/ |
D | _hashopenssl.c | 217 _Py_hashtable_t *hashtable; member
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 102 struct nl_hash_table * hashtable; member
|