Searched refs:_M_this (Results 1 – 3 of 3) sorted by relevance
60 _M_this() noexcept75 using _Base_const_iterator = __decltype(_M_this()._M_base().cend());78 return __it != _M_this()._M_base().cbefore_begin()79 && __it != _M_this()._M_base().cend(); });139 std::swap(_M_this()._M_iterators, __other._M_iterators);140 std::swap(_M_this()._M_const_iterators, __other._M_const_iterators);142 //std::swap(_M_this()_M_version, __other._M_version);143 _Safe_iterator_base* __this_its = _M_this()._M_iterators;145 _M_this(), _M_this()._M_iterators);146 _Safe_iterator_base* __this_const_its = _M_this()._M_const_iterators;[all …]
1830 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec) in _GLIBCXX_VISIBILITY()1832 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(), in _GLIBCXX_VISIBILITY()1838 { _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); } in _GLIBCXX_VISIBILITY()1856 vector* _M_this; in _GLIBCXX_VISIBILITY()
593 constexpr ~_Terminator() { _M_this->_M_set_length(_M_r); } in resize_and_overwrite()594 basic_string* _M_this; in resize_and_overwrite() member