HomeSort by relevance Sort by last modified time
    Searched refs:_Bvector_base (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_bvector.h 403 struct _Bvector_base
446 _Bvector_base()
449 _Bvector_base(const allocator_type& __a)
453 _Bvector_base(_Bvector_base&& __x) noexcept
465 ~_Bvector_base()
518 class vector<bool, _Alloc> : protected _Bvector_base<_Alloc>
520 typedef _Bvector_base<_Alloc> _Base;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_bvector.h 403 struct _Bvector_base
446 _Bvector_base()
449 _Bvector_base(const allocator_type& __a)
453 _Bvector_base(_Bvector_base&& __x) noexcept
465 ~_Bvector_base()
518 class vector<bool, _Alloc> : protected _Bvector_base<_Alloc>
520 typedef _Bvector_base<_Alloc> _Base;

Completed in 64 milliseconds