Home
last modified time | relevance | path

Searched defs:_Bvector_impl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_bvector.h383 struct _Bvector_impl in _GLIBCXX_VISIBILITY() struct
386 _Bit_iterator _M_start; in _GLIBCXX_VISIBILITY()
387 _Bit_iterator _M_finish; in _GLIBCXX_VISIBILITY()
388 _Bit_type* _M_end_of_storage; in _GLIBCXX_VISIBILITY()
390 _Bvector_impl() in _GLIBCXX_VISIBILITY() function
394 _Bvector_impl(const _Bit_alloc_type& __a) in _GLIBCXX_VISIBILITY() function
399 _Bvector_impl(_Bit_alloc_type&& __a) in _GLIBCXX_VISIBILITY() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_bvector.h468 struct _Bvector_impl in _GLIBCXX_VISIBILITY() struct
472 _Bvector_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY() argument
477 _Bvector_impl(const _Bit_alloc_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
486 _M_end_addr() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()