Home | History | Annotate | Download | only in detail

Lines Matching refs:Key

107   template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
125 template<typename Key, typename Policy_Tl, typename Alloc>
126 struct container_base_dispatch<Key, null_mapped_type, list_update_tag,
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>
151 struct container_base_dispatch<Key, null_mapped_type, pat_trie_tag,
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>
176 struct container_base_dispatch<Key, null_mapped_type, rb_tree_tag,
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>
190 struct container_base_dispatch<Key, Mapped, splay_tree_tag,
200 typedef splay_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
203 template<typename Key, typename Policy_Tl, typename Alloc>
204 struct container_base_dispatch<Key, null_mapped_type, splay_tree_tag,
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>
231 struct container_base_dispatch<Key, null_mapped_type, ov_tree_tag,
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>
265 struct container_base_dispatch<Key, null_mapped_type, cc_hash_tag,
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>
308 struct container_base_dispatch<Key, null_mapped_type, gp_hash_tag,
326 typedef gp_ht_map_no_data_<Key, null_mapped_type, at0t, at1t, Alloc,