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

/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp68 typedef typename Alloc::template rebind<Key>::other key_allocator; typedef in struct:pb_ds::detail::types_traits
69 typedef typename key_allocator::value_type key_type;
70 typedef typename key_allocator::pointer key_pointer;
71 typedef typename key_allocator::const_pointer const_key_pointer;
72 typedef typename key_allocator::reference key_reference;
73 typedef typename key_allocator::const_reference const_key_reference;
H A Dmap_debug_base.hpp72 typedef typename std::allocator< Key> key_allocator; typedef in class:pb_ds::detail::map_debug_base
74 typedef typename key_allocator::size_type size_type;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/
H A Dhash_eq_fn.hpp75 typedef typename Allocator::template rebind<Key>::other key_allocator; typedef in struct:pb_ds::detail::hash_eq_fn
77 typedef typename key_allocator::const_reference const_key_reference;
133 typedef typename Allocator::template rebind<Key>::other key_allocator; typedef in struct:pb_ds::detail::hash_eq_fn
135 typedef typename key_allocator::const_reference const_key_reference;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dranged_probe_fn.hpp86 typedef typename Allocator::template rebind<Key>::other key_allocator; typedef in class:pb_ds::detail::ranged_probe_fn
87 typedef typename key_allocator::const_reference const_key_reference;
192 typedef typename Allocator::template rebind<Key>::other key_allocator; typedef in class:pb_ds::detail::ranged_probe_fn
193 typedef typename key_allocator::const_reference const_key_reference;
309 typedef typename Allocator::template rebind<Key>::other key_allocator; typedef in class:pb_ds::detail::ranged_probe_fn
310 typedef typename key_allocator::const_reference const_key_reference;
H A Dranged_hash_fn.hpp84 typedef typename Allocator::template rebind< Key>::other key_allocator; typedef in class:pb_ds::detail::ranged_hash_fn
85 typedef typename key_allocator::const_reference const_key_reference;
167 typedef typename Allocator::template rebind<Key>::other key_allocator; typedef in class:pb_ds::detail::ranged_hash_fn
168 typedef typename key_allocator::const_reference const_key_reference;

Completed in 141 milliseconds