Searched refs:null_hash_fn (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp252 ranged_hash_fn<Key, null_hash_fn, Allocator, Comb_Hash_Fn, false>
257 * null_hash_fn as the Hash_Fn parameter), and requests that hash
261 class ranged_hash_fn<Key, null_hash_fn, Allocator, Comb_Hash_Fn, false>
262 : public null_hash_fn, public Comb_Hash_Fn
272 ranged_hash_fn(size_type, const null_hash_fn&, const Comb_Hash_Fn&);
291 ranged_hash_fn(size_type size, const null_hash_fn& r_null_hash_fn,
309 ranged_hash_fn<Key, null_hash_fn, Allocator, Comb_Hash_Fn, true>
314 * null_hash_fn as the Hash_Fn parameter), and requests that hash
318 class ranged_hash_fn<Key, null_hash_fn, Allocator, Comb_Hash_Fn, true>
319 : public null_hash_fn, publi
[all...]
H A Dranged_probe_fn.hpp302 class ranged_probe_fn<Key, null_hash_fn, Allocator, Comb_Probe_Fn,
304 : public Comb_Probe_Fn, public null_hash_fn, public null_probe_fn
319 ranged_probe_fn(size_type, const null_hash_fn&, argument
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp63 struct null_hash_fn struct in namespace:pb_ds
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp616 || !is_same<Hash_Fn, pb_ds::null_hash_fn>::value
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp658 || !is_same<Hash_Fn, pb_ds::null_hash_fn>::value

Completed in 167 milliseconds