Home | History | Annotate | Download | only in tr1

Lines Matching defs:_Base

57 	_Base;
60 typedef typename _Base::size_type size_type;
61 typedef typename _Base::hasher hasher;
62 typedef typename _Base::key_equal key_equal;
63 typedef typename _Base::allocator_type allocator_type;
70 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
106 _Base;
109 typedef typename _Base::size_type size_type;
110 typedef typename _Base::hasher hasher;
111 typedef typename _Base::key_equal key_equal;
112 typedef typename _Base::allocator_type allocator_type;
119 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
127 typename _Base::size_type __n = 0,
131 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
176 typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base;
179 typedef typename _Base::value_type value_type;
180 typedef typename _Base::size_type size_type;
181 typedef typename _Base::hasher hasher;
182 typedef typename _Base::key_equal key_equal;
183 typedef typename _Base::allocator_type allocator_type;
190 : _Base(__n, __hf, __eql, __a)
199 : _Base(__f, __l, __n, __hf, __eql, __a)
225 typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base;
228 typedef typename _Base::value_type value_type;
229 typedef typename _Base::size_type size_type;
230 typedef typename _Base::hasher hasher;
231 typedef typename _Base::key_equal key_equal;
232 typedef typename _Base::allocator_type allocator_type;
239 : _Base(__n, __hf, __eql, __a)
245 typename _Base::size_type __n = 0,
249 : _Base(__f, __l, __n, __hf, __eql, __a)