Lines Matching refs:Alloc

114 	   typename Policy_Tl, typename Alloc>
117 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
119 Policy_Tl, Alloc>
128 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
131 template<typename Key, typename Policy_Tl, typename Alloc>
133 Policy_Tl, Alloc>
142 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type;
145 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
146 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
153 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
156 template<typename Key, typename Policy_Tl, typename Alloc>
158 Policy_Tl, Alloc>
165 typedef pat_trie_no_data_<Key, null_mapped_type, at1t, Alloc> type;
168 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
169 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
178 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
181 template<typename Key, typename Policy_Tl, typename Alloc>
183 Policy_Tl, Alloc>
192 typedef rb_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type;
195 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
197 Policy_Tl, Alloc>
206 typedef splay_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
209 template<typename Key, typename Policy_Tl, typename Alloc>
211 Policy_Tl, Alloc>
220 typedef splay_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type;
223 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
224 struct container_base_dispatch<Key, Mapped, ov_tree_tag, Policy_Tl, Alloc>
233 typedef ov_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
236 template<typename Key, typename Policy_Tl, typename Alloc>
238 Policy_Tl, Alloc>
247 typedef ov_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type;
250 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
251 struct container_base_dispatch<Key, Mapped, cc_hash_tag, Policy_Tl, Alloc>
266 typedef cc_ht_map_data_<Key, Mapped, at0t, at1t, Alloc, at3t::value,
270 template<typename Key, typename Policy_Tl, typename Alloc>
272 Policy_Tl, Alloc>
287 typedef cc_ht_map_no_data_<Key, null_mapped_type, at0t, at1t, Alloc,
291 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
292 struct container_base_dispatch<Key, Mapped, gp_hash_tag, Policy_Tl, Alloc>
309 typedef gp_ht_map_data_<Key, Mapped, at0t, at1t, Alloc, at3t::value,
313 template<typename Key, typename Policy_Tl, typename Alloc>
315 Policy_Tl, Alloc>
332 typedef gp_ht_map_no_data_<Key, null_mapped_type, at0t, at1t, Alloc,