Home
last modified time | relevance | path

Searched refs:_M_get_Bit_allocator (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_bvector.h402 _M_get_Bit_allocator() in _M_get_Bit_allocator() function
406 _M_get_Bit_allocator() const in _M_get_Bit_allocator() function
411 { return allocator_type(_M_get_Bit_allocator()); } in get_allocator()
489 using _Base::_M_get_Bit_allocator; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
510 : _Base(__x._M_get_Bit_allocator()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
597 const size_type __asize = _M_get_Bit_allocator().max_size(); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
703 _S_do_it(_M_get_Bit_allocator(), __x._M_get_Bit_allocator()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20065279 (_Bvector_base<>::_M_get_Bit_allocator): Add.