Home
last modified time | relevance | path

Searched defs:_Base (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/libstdc++/include/debug/
Dhash_set.h54 typedef _GLIBCXX_EXT::hash_set<_Value, _HashFcn, _EqualKey,_Alloc> _Base; typedef
89 : _Base(__n, __hf, __eql, __a) { } in _Base() function
108 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() function
Dhash_multiset.h55 _Base; typedef
89 : _Base(__n, __hf, __eql, __a) in _Base() function
112 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() function
Dmultiset.h52 typedef _GLIBCXX_STD::multiset<_Key, _Compare, _Allocator> _Base; typedef
80 : _Base(__comp, __a) { } in _Base() function
86 : _Base(__gnu_debug::__check_valid_range(__first, __last), __last, in _Base() function
Dmap.h52 typedef _GLIBCXX_STD::map<_Key, _Tp, _Compare, _Allocator> _Base; typedef
80 : _Base(__comp, __a) { } in _Base() function
86 : _Base(__gnu_debug::__check_valid_range(__first, __last), __last, in _Base() function
Dmultimap.h52 typedef _GLIBCXX_STD::multimap<_Key, _Tp, _Compare, _Allocator> _Base; typedef
80 : _Base(__comp, __a) { } in _Base() function
86 : _Base(__gnu_debug::__check_valid_range(__first, __last), __last, in _Base() function
Dhash_multimap.h55 _Base; typedef
91 : _Base(__n, __hf, __eql, __a) { } in _Base() function
110 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() function
Dset.h52 typedef _GLIBCXX_STD::set<_Key,_Compare,_Allocator> _Base; typedef
80 : _Base(__comp, __a) { } in _Base() function
86 : _Base(__gnu_debug::__check_valid_range(__first, __last), __last, in _Base() function
Dhash_map.h55 _Base; typedef
92 : _Base(__n, __hf, __eql, __a) { } in _Base() function
111 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() function
/NextBSD/contrib/libstdc++/include/bits/
Dstl_vector.h177 typedef _Vector_base<_Tp, _Alloc> _Base; typedef
226 : _Base(__n, __a) in _Base() function
268 : _Base(__a) in _Base() function
Dstl_list.h422 typedef _List_base<_Tp, _Alloc> _Base; typedef
496 : _Base(__a) in _Base() function
522 : _Base(__a) in _Base() function
Dstl_deque.h645 typedef _Deque_base<_Tp, _Alloc> _Base; typedef
708 : _Base(__a, __n) in _Base() function
741 : _Base(__a) in _Base() function
Dstl_bvector.h467 typedef _Bvector_base<_Alloc> _Base; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef