Searched refs:_Base_ref (Results 1 – 13 of 13) sorted by relevance
64 typedef typename _Base::reference _Base_ref;69 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT70 : _Base_ref(__base)76 : _Base_ref(__x)86 *static_cast<_Base_ref*>(this) = __x;99 *static_cast<_Base_ref*>(this) = __x;109 return ~(*static_cast<const _Base_ref*>(this));117 return *static_cast<const _Base_ref*>(this);126 _Base_ref::flip();
64 struct _Base_ref in _GLIBCXX_VISIBILITY() struct66 _Base_ref(const _Base& __r) : _M_ref(__r) { } in _GLIBCXX_VISIBILITY() function152 multiset(_Base_ref __x) in _GLIBCXX_VISIBILITY()
64 struct _Base_ref in _GLIBCXX_VISIBILITY() struct66 _Base_ref(const _Base& __r) : _M_ref(__r) { } in _GLIBCXX_VISIBILITY() argument150 set(_Base_ref __x) in _GLIBCXX_VISIBILITY()
65 struct _Base_ref in _GLIBCXX_VISIBILITY() struct67 _Base_ref(const _Base& __r) : _M_ref(__r) { } in _GLIBCXX_VISIBILITY() argument152 multimap(_Base_ref __x) in _GLIBCXX_VISIBILITY()
65 struct _Base_ref in _GLIBCXX_VISIBILITY() struct67 _Base_ref(const _Base& __r) : _M_ref(__r) { } in _GLIBCXX_VISIBILITY() function139 map(_Base_ref __x) in _GLIBCXX_VISIBILITY()
82 struct _Base_ref84 _Base_ref(const _Base& __r) : _M_ref(__r) { }134 unordered_set(_Base_ref __x)762 struct _Base_ref764 _Base_ref(const _Base& __r) : _M_ref(__r) { }814 unordered_multiset(_Base_ref __x)
70 struct _Base_ref72 _Base_ref(const _Base& __r) : _M_ref(__r) { }156 deque(_Base_ref __x)
85 struct _Base_ref87 _Base_ref(const _Base& __r) : _M_ref(__r) { }138 unordered_map(_Base_ref __x)895 struct _Base_ref897 _Base_ref(const _Base& __r) : _M_ref(__r) { }948 unordered_multimap(_Base_ref __x)
140 struct _Base_ref142 _Base_ref(const _Base& __r) : _M_ref(__r) { }234 vector(_Base_ref __x)
205 struct _Base_ref207 _Base_ref(const _Base& __r) : _M_ref(__r) { }279 forward_list(_Base_ref __x) : _Base(__x._M_ref) { }
71 struct _Base_ref73 _Base_ref(const _Base& __r) : _M_ref(__r) { }161 list(_Base_ref __x)
5758 * include/debug/forward_list (forward_list(_Base_ref)): New
6091 * include/debug/bitset (bitset::reference::reference(const _Base_ref&,