Home
last modified time | relevance | path

Searched refs:_Base (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dhash_map.h55 _Base; typedef
81 using _Base::key_eq;
114 hash_map(const _Base& __x) : _Base(__x), _Safe_base() { } in hash_map()
116 using _Base::size;
118 using _Base::empty;
123 _Base::swap(__x); in swap()
144 std::pair<typename _Base::iterator, bool> __res = _Base::insert(__obj); in insert()
181 using _Base::count;
236 _Base::clear(); in clear()
245 _Base&
[all …]
H A Dhash_multimap.h55 _Base; typedef
80 using _Base::key_eq;
113 using _Base::size;
115 using _Base::empty;
120 _Base::swap(__x); in swap()
162 using _Base::count;
202 _Base::erase(__it.base()); in erase()
220 _Base::clear(); in clear()
224 using _Base::resize;
229 _Base&
[all …]
H A Dhash_set.h78 using _Base::key_eq;
111 hash_set(const _Base& __x) : _Base(__x), _Safe_base() { } in hash_set()
113 using _Base::size;
115 using _Base::empty;
120 _Base::swap(__x); in swap()
166 using _Base::count;
193 _Base::erase(__it.base()); in erase()
211 _Base::clear(); in clear()
215 using _Base::resize;
220 _Base&
[all …]
H A Dhash_multiset.h55 _Base; typedef
77 using _Base::hash_funct;
78 using _Base::key_eq;
116 hash_multiset(const _Base& __x) : _Base(__x), _Safe_base() { } in hash_multiset()
118 using _Base::size;
119 using _Base::max_size;
120 using _Base::empty;
125 _Base::swap(__x); in swap()
153 using _Base::count;
201 _Base::clear(); in clear()
[all …]
H A Dset.h80 : _Base(__comp, __a) { } in _Base() function
92 set(const _Base& __x) : _Base(__x), _Safe_base() { } in set()
140 using _Base::empty;
141 using _Base::size;
142 using _Base::max_size;
205 _Base::swap(__x); in swap()
214 using _Base::key_comp;
215 using _Base::value_comp;
228 using _Base::count;
272 _Base&
[all …]
H A Dmultiset.h80 : _Base(__comp, __a) { } in _Base() function
92 multiset(const _Base& __x) : _Base(__x), _Safe_base() { } in multiset()
140 using _Base::empty;
141 using _Base::size;
142 using _Base::max_size;
200 _Base::swap(__x); in swap()
209 using _Base::key_comp;
210 using _Base::value_comp;
223 using _Base::count;
267 _Base&
[all …]
H A Dmap.h92 map(const _Base& __x) : _Base(__x), _Safe_base() { } in map()
142 using _Base::empty;
143 using _Base::size;
144 using _Base::max_size;
151 using _Base::at;
213 _Base::swap(__x); in swap()
234 using _Base::count;
257 _Base::equal_range(__x); in equal_range()
267 _Base::equal_range(__x); in equal_range()
272 _Base&
[all …]
H A Dmultimap.h92 multimap(const _Base& __x) : _Base(__x), _Safe_base() { } in multimap()
140 using _Base::empty;
141 using _Base::size;
142 using _Base::max_size;
200 _Base::swap(__x); in swap()
209 using _Base::key_comp;
221 using _Base::count;
244 _Base::equal_range(__x); in equal_range()
254 _Base::equal_range(__x); in equal_range()
259 _Base&
[all …]
H A Dstring74 using _Base::npos;
78 : _Base(__a)
82 basic_string(const _Base& __base) : _Base(__base), _Safe_base() { }
87 : _Base(__str, 0, _Base::npos, __str.get_allocator()), _Safe_base()
200 _Base::clear();
234 using _Base::at;
422 typename _Base::iterator __res = _Base::insert(__p.base(), __c);
456 typename _Base::iterator __res = _Base::erase(__position.base());
467 typename _Base::iterator __res = _Base::erase(__first.base(),
780 _Base&
[all …]
H A Ddeque75 : _Base(__a) { }
89 deque(const _Base& __x) : _Base(__x), _Safe_base() { }
238 typename _Base::iterator __res = _Base::insert(__position.base(), __x);
267 _Base::pop_front();
277 _Base::pop_back();
291 typename _Base::iterator __res = _Base::erase(__position.base());
324 typename _Base::iterator __res = _Base::erase(__first.base(),
334 _Base::swap(__x);
341 _Base::clear();
345 _Base&
[all …]
H A Dvector187 _Base::reserve(__n);
209 using _Base::at;
229 return _Base::back();
260 _Base::pop_back();
269 typename _Base::iterator __res = _Base::insert(__position.base(),__x);
318 typename _Base::iterator __res = _Base::erase(__position.base());
331 typename _Base::iterator __res = _Base::erase(__first.base(),
340 _Base::swap(__x);
348 _Base::clear();
353 _Base&
[all …]
H A Dlist103 : _Base(__a) { }
118 list(const _Base& __x) : _Base(__x), _Safe_base() { }
233 return _Base::back();
252 _Base::pop_front();
264 _Base::pop_back();
316 _Base::swap(__x);
323 _Base::clear();
453 __glibcxx_check_sorted(_Base::begin(), _Base::end());
467 __glibcxx_check_sorted_pred(_Base::begin(), _Base::end(), __comp);
487 _Base&
[all …]
H A Dbitset138 bitset(const _Base& __x) : _Base(__x), _Safe_base() { }
179 _Base::set();
195 _Base::reset();
202 _Base::reset(__pos);
211 _Base::flip();
218 _Base::flip(__pos);
271 using _Base::size;
281 using _Base::test;
282 using _Base::any;
293 _Base&
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dvstring.tcc51 __versa_string<_CharT, _Traits, _Alloc, _Base>::
63 __versa_string<_CharT, _Traits, _Alloc, _Base>&
64 __versa_string<_CharT, _Traits, _Alloc, _Base>::
97 __versa_string<_CharT, _Traits, _Alloc, _Base>&
98 __versa_string<_CharT, _Traits, _Alloc, _Base>::
127 __versa_string<_CharT, _Traits, _Alloc, _Base>&
181 __versa_string<_CharT, _Traits, _Alloc, _Base>
194 __versa_string<_CharT, _Traits, _Alloc, _Base>
211 __versa_string<_CharT, _Traits, _Alloc, _Base>
224 __versa_string<_CharT, _Traits, _Alloc, _Base>
[all …]
H A Dvstring.h52 template <typename, typename, typename> class _Base> in _GLIBCXX_BEGIN_NAMESPACE()
54 : private _Base<_CharT, _Traits, _Alloc> in _GLIBCXX_BEGIN_NAMESPACE()
1803 template <typename, typename, typename> class _Base>
1804 __versa_string<_CharT, _Traits, _Alloc, _Base>
1815 template <typename, typename, typename> class _Base>
1816 __versa_string<_CharT, _Traits, _Alloc, _Base>
1827 template <typename, typename, typename> class _Base>
1828 __versa_string<_CharT, _Traits, _Alloc, _Base>
1839 template <typename, typename, typename> class _Base>
1840 __versa_string<_CharT, _Traits, _Alloc, _Base>
[all …]
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dvalarray_before.h453 : _Base(__e, __f) {}
464 : _Base(__v, __f) {}
494 typedef _UnBase<_Oper, _Dom> _Base;
497 _UnClos(const _Arg& __e) : _Base(__e) {}
595 : _Base(__v, __w) {}
607 : _Base(__e1, __e2) {}
619 : _Base(__e1, __e2) {}
627 typedef _BinBase2<_Oper,_Dom> _Base;
638 typedef _BinBase1<_Oper, _Dom> _Base;
717 typedef _SBase<_Dom> _Base;
[all …]
H A Dstl_list.h444 using _Base::_M_impl;
445 using _Base::_M_put_node;
446 using _Base::_M_get_node;
447 using _Base::_M_get_Tp_allocator;
480 : _Base() { } in list()
484 : _Base(__a) { } in list()
496 : _Base(__a) in _Base() function
522 : _Base(__a) in _Base() function
585 { return _Base::get_allocator(); } in get_allocator()
920 _Base::_M_clear(); in clear()
[all …]
H A Dstl_vector.h177 typedef _Vector_base<_Tp, _Alloc> _Base; typedef
197 using _Base::_M_allocate;
198 using _Base::_M_deallocate;
199 using _Base::_M_impl;
200 using _Base::_M_get_Tp_allocator;
209 : _Base() { } in vector()
213 : _Base(__a) in vector()
226 : _Base(__n, __a) in _Base() function
243 : _Base(__x.size(), __x._M_get_Tp_allocator()) in vector()
268 : _Base(__a) in _Base() function
[all …]
H A Dstl_deque.h669 using _Base::_M_initialize_map;
670 using _Base::_M_create_nodes;
671 using _Base::_M_destroy_nodes;
672 using _Base::_M_allocate_node;
674 using _Base::_M_allocate_map;
675 using _Base::_M_deallocate_map;
683 using _Base::_M_impl;
692 : _Base() { } in deque()
696 : _Base(__a, 0) {} in deque()
708 : _Base(__a, __n) in _Base() function
[all …]
H A Dvalarray_after.h96 typedef _GBase<_Dom> _Base;
97 typedef typename _Base::value_type value_type;
100 : _Base (__e, __i) {}
107 typedef _GBase<_Array<_Tp> > _Base;
108 typedef typename _Base::value_type value_type;
111 : _Base (__a, __i) {}
143 typedef _IBase<_Dom> _Base;
144 typedef typename _Base::value_type value_type;
147 : _Base (__e, __i) {}
154 typedef _IBase<valarray<_Tp> > _Base;
[all …]
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dunordered_set65 _Base;
68 typedef typename _Base::size_type size_type;
69 typedef typename _Base::hasher hasher;
70 typedef typename _Base::key_equal key_equal;
78 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
114 _Base;
117 typedef typename _Base::size_type size_type;
118 typedef typename _Base::hasher hasher;
119 typedef typename _Base::key_equal key_equal;
127 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
[all …]
H A Dunordered_map65 _Base;
68 typedef typename _Base::size_type size_type;
69 typedef typename _Base::hasher hasher;
70 typedef typename _Base::key_equal key_equal;
78 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
116 _Base;
119 typedef typename _Base::size_type size_type;
120 typedef typename _Base::hasher hasher;
121 typedef typename _Base::key_equal key_equal;
129 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
[all …]
H A Dfunctional_iterate.h482 typedef _Function_base::_Base_manager<_Functor> _Base;
488 return (*_Base::_M_get_pointer(__functor))(_GLIBCXX_ARGS);
496 typedef _Function_base::_Base_manager<_Functor> _Base;
502 (*_Base::_M_get_pointer(__functor))(_GLIBCXX_ARGS);
512 typedef _Function_base::_Ref_manager<_Functor> _Base;
528 typedef _Function_base::_Ref_manager<_Functor> _Base;
544 _Base;
563 typedef _Function_base::_Base_manager<_Wrapper> _Base;
577 &_Base::_M_get_pointer(__source)->__value;
581 _Base::_M_manager(__dest, __source, __op);
[all …]
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_bitset.h687 _M_bpos = _Base::_S_whichbit(__pos);
698 *_M_wp |= _Base::_S_maskbit(_M_bpos);
700 *_M_wp &= ~_Base::_S_maskbit(_M_bpos);
709 *_M_wp |= _Base::_S_maskbit(_M_bpos);
711 *_M_wp &= ~_Base::_S_maskbit(_M_bpos);
728 *_M_wp ^= _Base::_S_maskbit(_M_bpos);
741 : _Base(__val)
757 : _Base()
778 : _Base()
859 this->_M_getword(__pos) |= _Base::_S_maskbit(__pos);
[all …]
/freebsd-12.1/contrib/libstdc++/src/
H A Dstrstream.cc59 : _Base(), _M_alloc_fun(0), _M_free_fun(0), _M_dynamic(true), in _GLIBCXX_BEGIN_NAMESPACE()
73 : _Base(), _M_alloc_fun(alloc_f), _M_free_fun(free_f), _M_dynamic(true), in strstreambuf()
87 : _Base(), _M_alloc_fun(0), _M_free_fun(0), _M_dynamic(false), in strstreambuf()
92 : _Base(), _M_alloc_fun(0), _M_free_fun(0), _M_dynamic(false), in strstreambuf()
98 : _Base(), _M_alloc_fun(0), _M_free_fun(0), _M_dynamic(false), in strstreambuf()
103 : _Base(), _M_alloc_fun(0), _M_free_fun(0), _M_dynamic(false), in strstreambuf()
108 : _Base(), _M_alloc_fun(0), _M_free_fun(0), _M_dynamic(false), in strstreambuf()
113 : _Base(), _M_alloc_fun(0), _M_free_fun(0), _M_dynamic(false), in strstreambuf()

12