• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/

Lines Matching defs:_Base

56         _Base;
59 typedef typename _Base::size_type size_type;
60 typedef typename _Base::hasher hasher;
61 typedef typename _Base::key_equal key_equal;
62 typedef typename _Base::allocator_type allocator_type;
69 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
80 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
86 : _Base(std::forward<_Base>(__x)) { }
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(),
139 : _Base(std::forward<_Base>(__x)) { }
216 typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base;
219 typedef typename _Base::value_type value_type;
220 typedef typename _Base::size_type size_type;
221 typedef typename _Base::hasher hasher;
222 typedef typename _Base::key_equal key_equal;
223 typedef typename _Base::allocator_type allocator_type;
230 : _Base(__n, __hf, __eql, __a)
239 : _Base(__f, __l, __n, __hf, __eql, __a)
243 : _Base(std::forward<_Base>(__x)) { }
250 : _Base(__l.begin(), __l.end(), __n, __hf, __eql, __a)
294 typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base;
297 typedef typename _Base::value_type value_type;
298 typedef typename _Base::size_type size_type;
299 typedef typename _Base::hasher hasher;
300 typedef typename _Base::key_equal key_equal;
301 typedef typename _Base::allocator_type allocator_type;
308 : _Base(__n, __hf, __eql, __a)
314 typename _Base::size_type __n = 0,
318 : _Base(__f, __l, __n, __hf, __eql, __a)
322 : _Base(std::forward<_Base>(__x)) { }
329 : _Base(__l.begin(), __l.end(), __n, __hf, __eql, __a)