Searched refs:null_mapped_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dtraits.hpp102 null_mapped_type,
108 null_mapped_type,
114 null_mapped_type,
119 null_mapped_type,
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dtraits.hpp101 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
103 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
105 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
108 null_mapped_type,
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dbasic_types.hpp121 value_type_base<Key, null_mapped_type, Allocator, false>
128 struct value_type_base<Key, null_mapped_type, Allocator, false>
130 typedef typename Allocator::template rebind<null_mapped_type>::other mapped_type_allocator;
150 static null_mapped_type s_null_mapped;
154 null_mapped_type PB_DS_CLASS_C_DEC::s_null_mapped;
163 value_type_base<Key, null_mapped_type, Allocator, true>
170 struct value_type_base<Key, null_mapped_type, Allocator, true>
172 typedef typename Allocator::template rebind<null_mapped_type>::other mapped_type_allocator;
193 static null_mapped_type s_null_mapped;
197 null_mapped_type PB_DS_CLASS_C_DE
[all...]
H A Dcontainer_base_dispatch.hpp132 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;
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;
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;
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;
237 struct container_base_dispatch<Key, null_mapped_type, ov_tree_tag,
247 typedef ov_tree_no_data_<Key, null_mapped_type, at0
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp134 null_mapped_type,
144 null_mapped_type,
153 null_mapped_type,
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp229 null_mapped_type,
239 null_mapped_type,
248 null_mapped_type,
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp178 null_mapped_type,
188 null_mapped_type,
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dtag_and_trait.hpp90 struct null_mapped_type { }; struct in namespace:pb_ds

Completed in 96 milliseconds