Searched refs:_Safe_unordered_container_base (Results 1 – 7 of 7) sorted by relevance
36 class _Safe_unordered_container_base; variable76 _Safe_unordered_container_base*120 class _Safe_unordered_container_base : public _Safe_sequence_base134 _Safe_unordered_container_base() noexcept in _Safe_unordered_container_base() function139 _Safe_unordered_container_base(const _Safe_unordered_container_base&) in _Safe_unordered_container_base() function141 : _Safe_unordered_container_base() { } in _Safe_unordered_container_base()144 _Safe_unordered_container_base(_Safe_unordered_container_base&& __x) in _Safe_unordered_container_base() function146 : _Safe_unordered_container_base() in _Safe_unordered_container_base()151 ~_Safe_unordered_container_base() noexcept in ~_Safe_unordered_container_base()164 _M_swap(_Safe_unordered_container_base& __x) noexcept;
58 class _Safe_unordered_container : public _Safe_unordered_container_base
144 # __gnu_debug::_Safe_unordered_container_base
1581 # __gnu_debug::_Safe_unordered_container_base and _Safe_local_iterator_base
6351 (_Safe_unordered_container_base()): Add noexcept.6352 (~_Safe_unordered_container_base()): Likewise.6353 (_M_swap(_Safe_unordered_container_base&)): Likewise.7108 * include/debug/safe_unordered_base.h (_Safe_unordered_container_base):
6116 (_Safe_unordered_container_base): Make _Safe_local_iterator_base friend.6117 (_Safe_unordered_container_base::_M_attach_local): Make private.6118 (_Safe_unordered_container_base::_M_attach_local_single): Likewise.6119 (_Safe_unordered_container_base::_M_detach_local): Likewise.6120 (_Safe_unordered_container_base::_M_detach_local_single): Likewise.
2886 rename _Safe_unordered_container_base.