Home | History | Annotate | Download | only in detail

Lines Matching refs:value_type_allocator

70       typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
71 typedef typename value_type_allocator::value_type value_type;
72 typedef typename value_type_allocator::pointer pointer;
73 typedef typename value_type_allocator::const_pointer const_pointer;
74 typedef typename value_type_allocator::reference reference;
75 typedef typename value_type_allocator::const_reference const_reference;
97 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
98 typedef typename value_type_allocator::value_type value_type;
99 typedef typename value_type_allocator::pointer pointer;
100 typedef typename value_type_allocator::const_pointer const_pointer;
101 typedef typename value_type_allocator::reference reference;
102 typedef typename value_type_allocator::const_reference const_reference;
133 typedef typename Allocator::template rebind<value_type>::other value_type_allocator;
134 typedef typename value_type_allocator::pointer pointer;
135 typedef typename value_type_allocator::const_pointer const_pointer;
136 typedef typename value_type_allocator::reference reference;
137 typedef typename value_type_allocator::const_reference const_reference;
175 typedef typename Allocator::template rebind<value_type>::other value_type_allocator;
176 typedef typename value_type_allocator::pointer pointer;
177 typedef typename value_type_allocator::const_pointer const_pointer;
178 typedef typename value_type_allocator::reference reference;
179 typedef typename value_type_allocator::const_reference const_reference;