Home | History | Annotate | Download | only in detail

Lines Matching refs:Alloc

108 	   typename Policy_Tl, typename Alloc>
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
113 Policy_Tl, Alloc>
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
125 template<typename Key, typename Policy_Tl, typename Alloc>
127 Policy_Tl, Alloc>
136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
150 template<typename Key, typename Policy_Tl, typename Alloc>
152 Policy_Tl, Alloc>
159 typedef pat_trie_no_data_<Key, null_mapped_type, at1t, Alloc> type;
162 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
163 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
172 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
175 template<typename Key, typename Policy_Tl, typename Alloc>
177 Policy_Tl, Alloc>
186 typedef rb_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type;
189 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
191 Policy_Tl, Alloc>
200 typedef splay_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
203 template<typename Key, typename Policy_Tl, typename Alloc>
205 Policy_Tl, Alloc>
214 typedef splay_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type;
217 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
218 struct container_base_dispatch<Key, Mapped, ov_tree_tag, Policy_Tl, Alloc>
227 typedef ov_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
230 template<typename Key, typename Policy_Tl, typename Alloc>
232 Policy_Tl, Alloc>
241 typedef ov_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type;
244 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
245 struct container_base_dispatch<Key, Mapped, cc_hash_tag, Policy_Tl, Alloc>
260 typedef cc_ht_map_data_<Key, Mapped, at0t, at1t, Alloc, at3t::value,
264 template<typename Key, typename Policy_Tl, typename Alloc>
266 Policy_Tl, Alloc>
281 typedef cc_ht_map_no_data_<Key, null_mapped_type, at0t, at1t, Alloc,
285 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
286 struct container_base_dispatch<Key, Mapped, gp_hash_tag, Policy_Tl, Alloc>
303 typedef gp_ht_map_data_<Key, Mapped, at0t, at1t, Alloc, at3t::value,
307 template<typename Key, typename Policy_Tl, typename Alloc>
309 Policy_Tl, Alloc>
326 typedef gp_ht_map_no_data_<Key, null_mapped_type, at0t, at1t, Alloc,