Searched defs:hash_eq_fn (Results 1 – 1 of 1) sorted by relevance
71 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn struct73 typedef Eq_Fn eq_fn_base;75 typedef typename Allocator::template rebind<Key>::other key_allocator;77 typedef typename key_allocator::const_reference const_key_reference;92 hash_eq_fn() in hash_eq_fn() function in pb_ds::detail::PB_DS_CLASS_C_DEC103 hash_eq_fn(const Eq_Fn& r_eq_fn) : in hash_eq_fn() function in pb_ds::detail::PB_DS_CLASS_C_DEC126 struct hash_eq_fn<Key, Eq_Fn, Allocator, true> : struct129 typedef typename Allocator::size_type size_type;131 typedef Eq_Fn eq_fn_base;133 typedef typename Allocator::template rebind<Key>::other key_allocator;[all …]