Searched refs:_M_get_Bit_allocator (Results 1 – 3 of 3) sorted by relevance
588 _M_get_Bit_allocator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function593 _M_get_Bit_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function599 { return allocator_type(_M_get_Bit_allocator()); } in _GLIBCXX_VISIBILITY()725 using _Base::_M_get_Bit_allocator; in _GLIBCXX_VISIBILITY()762 : _Base(_Bit_alloc_traits::_S_select_on_copy(__x._M_get_Bit_allocator())) in _GLIBCXX_VISIBILITY()852 if (this->_M_get_Bit_allocator() != __x._M_get_Bit_allocator()) in _GLIBCXX_VISIBILITY()855 std::__alloc_on_copy(_M_get_Bit_allocator(), in _GLIBCXX_VISIBILITY()856 __x._M_get_Bit_allocator()); in _GLIBCXX_VISIBILITY()860 std::__alloc_on_copy(_M_get_Bit_allocator(), in _GLIBCXX_VISIBILITY()861 __x._M_get_Bit_allocator()); in _GLIBCXX_VISIBILITY()[all …]
525 _M_get_Bit_allocator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function529 _M_get_Bit_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function534 { return allocator_type(_M_get_Bit_allocator()); } in _GLIBCXX_VISIBILITY()647 using _Base::_M_get_Bit_allocator; in _GLIBCXX_VISIBILITY()680 : _Base(_Bit_alloc_traits::_S_select_on_copy(__x._M_get_Bit_allocator())) in _GLIBCXX_VISIBILITY()747 if (this->_M_get_Bit_allocator() != __x._M_get_Bit_allocator()) in _GLIBCXX_VISIBILITY()750 std::__alloc_on_copy(_M_get_Bit_allocator(), in _GLIBCXX_VISIBILITY()751 __x._M_get_Bit_allocator()); in _GLIBCXX_VISIBILITY()755 std::__alloc_on_copy(_M_get_Bit_allocator(), in _GLIBCXX_VISIBILITY()756 __x._M_get_Bit_allocator()); in _GLIBCXX_VISIBILITY()[all …]
5602 (_Bvector_base<>::_M_get_Bit_allocator): Add.