Home
last modified time | relevance | path

Searched defs:hash_func (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/intrusive/
Dunordered_set.hpp77 …,Iterator> priv_equal_range(MaybeConstThis &c, const KeyType& key, KeyHasher hash_func, KeyEqual e… in priv_equal_range()
124 , const hasher & hash_func = hasher() in unordered_set_impl()
135 , const hasher & hash_func = hasher() in unordered_set_impl()
293 …std::pair<iterator,iterator> equal_range(const KeyType& key, KeyHasher hash_func, KeyEqual equal_f… in equal_range()
304 equal_range(const KeyType& key, KeyHasher hash_func, KeyEqual equal_func) const in equal_range()
503 , const hasher & hash_func = hasher() in unordered_set()
514 , const hasher & hash_func = hasher() in unordered_set()
622 , const hasher & hash_func = hasher() in unordered_multiset_impl()
633 , const hasher & hash_func = hasher() in unordered_multiset_impl()
954 , const hasher & hash_func = hasher() in unordered_multiset()
[all …]
Dhashtable.hpp1808 , const hasher & hash_func = hasher() in hashtable_impl()
1841 , const hasher & hash_func = hasher() in hashtable_impl()
2205 , KeyHasher hash_func in insert_unique_check()
2339 …BOOST_INTRUSIVE_FORCEINLINE size_type erase(const KeyType& key, KeyHasher hash_func, KeyEqual equa… in erase()
2445 size_type erase_and_dispose(const KeyType& key, KeyHasher hash_func in erase_and_dispose()
2541 size_type count(const KeyType &key, KeyHasher hash_func, KeyEqual equal_func) const in count()
2578 iterator find(const KeyType &key, KeyHasher hash_func, KeyEqual equal_func) in find()
2617 (const KeyType &key, KeyHasher hash_func, KeyEqual equal_func) const in find()
2658 (const KeyType &key, KeyHasher hash_func, KeyEqual equal_func) in equal_range()
2700 (const KeyType &key, KeyHasher hash_func, KeyEqual equal_func) const in equal_range()
[all …]
/third_party/grpc/test/core/gpr/
Dmurmur_hash_test.cc26 typedef uint32_t (*hash_func)(const void* key, size_t len, uint32_t seed); typedef
/third_party/pulseaudio/src/pulsecore/
Dhashmap.c44 pa_hash_func_t hash_func; member
58 pa_hashmap *pa_hashmap_new_full(pa_hash_func_t hash_func, pa_compare_func_t compare_func, pa_free_c… in pa_hashmap_new_full()
75 pa_hashmap *pa_hashmap_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func) { in pa_hashmap_new()
Didxset.c47 pa_hash_func_t hash_func; member
83 pa_idxset* pa_idxset_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func) { in pa_idxset_new()
Ddatabase-simple.c71 static unsigned hash_func(const void *p) { in hash_func() function
/third_party/curl/lib/
Dhash.h50 hash_function hash_func; member
/third_party/python/Modules/
Dhashtable.c143 _Py_hashtable_hash_func hash_func, in _Py_hashtable_new_full()
184 _Py_hashtable_hash_func hash_func, in _Py_hashtable_new()
Dhashtable.h99 _Py_hashtable_hash_func hash_func; member
D_tracemalloc.c264 _Py_hashtable_hash_func hash_func, in hashtable_new()
/third_party/openssl/crypto/objects/
Do_names.c50 unsigned long (*hash_func) (const char *name); member
/third_party/glib/glib/
Dghash.c265 GHashFunc hash_func; member
1033 g_hash_table_new (GHashFunc hash_func, in g_hash_table_new()
1066 g_hash_table_new_full (GHashFunc hash_func, in g_hash_table_new_full()
/third_party/glib/glib/deprecated/
Dgrel.c273 GHashFunc hash_func, in g_relation_index()
/third_party/glib/glib/tests/
Dhash.c888 hash_func (gconstpointer key) in hash_func() function
1363 GHashFunc hash_func; member
/third_party/boost/libs/numeric/odeint/examples/
Dmolecular_dynamics_cells.cpp305 static inline size_t hash_func( index_type index , params const & p ) in hash_func() function in md_system_bs