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(),
108 _Base;
111 typedef typename _Base::size_type size_type;
112 typedef typename _Base::hasher hasher;
113 typedef typename _Base::key_equal key_equal;
114 typedef typename _Base::allocator_type allocator_type;
121 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
129 typename _Base::size_type __n = 0,
133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
183 typedef __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc> _Base;
186 typedef typename _Base::value_type value_type;
187 typedef typename _Base::size_type size_type;
188 typedef typename _Base::hasher hasher;
189 typedef typename _Base::key_equal key_equal;
190 typedef typename _Base::allocator_type allocator_type;
197 : _Base(__n, __hf, __eql, __a)
206 : _Base(__f, __l, __n, __hf, __eql, __a)
235 typedef __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> _Base;
238 typedef typename _Base::value_type value_type;
239 typedef typename _Base::size_type size_type;
240 typedef typename _Base::hasher hasher;
241 typedef typename _Base::key_equal key_equal;
242 typedef typename _Base::allocator_type allocator_type;
249 : _Base(__n, __hf, __eql, __a)
255 typename _Base::size_type __n = 0,
259 : _Base(__f, __l, __n, __hf, __eql, __a)