Lines Matching refs:Key

113   template<typename Key, typename Mapped, typename Data_Structure_Taq,
117 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
118 struct container_base_dispatch<Key, Mapped, list_update_tag,
128 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
131 template<typename Key, typename Policy_Tl, typename Alloc>
132 struct container_base_dispatch<Key, null_mapped_type, list_update_tag,
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>
157 struct container_base_dispatch<Key, null_mapped_type, pat_trie_tag,
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>
182 struct container_base_dispatch<Key, null_mapped_type, rb_tree_tag,
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>
196 struct container_base_dispatch<Key, Mapped, splay_tree_tag,
206 typedef splay_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
209 template<typename Key, typename Policy_Tl, typename Alloc>
210 struct container_base_dispatch<Key, null_mapped_type, splay_tree_tag,
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>
237 struct container_base_dispatch<Key, null_mapped_type, ov_tree_tag,
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>
271 struct container_base_dispatch<Key, null_mapped_type, cc_hash_tag,
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>
314 struct container_base_dispatch<Key, null_mapped_type, gp_hash_tag,
332 typedef gp_ht_map_no_data_<Key, null_mapped_type, at0t, at1t, Alloc,