Home | History | Annotate | Download | only in detail

Lines Matching refs:null_mapped_type

115     value_type_base<Key, null_mapped_type, Allocator, false>
122 struct value_type_base<Key, null_mapped_type, Allocator, false>
124 typedef typename Allocator::template rebind<null_mapped_type>::other mapped_type_allocator;
144 static null_mapped_type s_null_mapped;
148 null_mapped_type PB_DS_CLASS_C_DEC::s_null_mapped;
157 value_type_base<Key, null_mapped_type, Allocator, true>
164 struct value_type_base<Key, null_mapped_type, Allocator, true>
166 typedef typename Allocator::template rebind<null_mapped_type>::other mapped_type_allocator;
187 static null_mapped_type s_null_mapped;
191 null_mapped_type PB_DS_CLASS_C_DEC::s_null_mapped;
203 struct no_throw_copies<Key, null_mapped_type>