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

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 381 _Bit_alloc_type;
384 : public _Bit_alloc_type
391 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
394 _Bvector_impl(const _Bit_alloc_type& __a)
395 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
399 _Bvector_impl(_Bit_alloc_type&& __a)
400 : _Bit_alloc_type(std::move(__a)), _M_start(), _M_finish(),
409 _Bit_alloc_type&
411 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
413 const _Bit_alloc_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 377 _Bit_alloc_type;
380 : public _Bit_alloc_type
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
390 _Bvector_impl(const _Bit_alloc_type& __a)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
398 _Bit_alloc_type&
400 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
402 const _Bit_alloc_type&
404 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
759 std::__alloc_swap<typename _Base::_Bit_alloc_type>:
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 379 _Bit_alloc_type;
382 : public _Bit_alloc_type
389 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
392 _Bvector_impl(const _Bit_alloc_type& __a)
393 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
400 _Bit_alloc_type&
402 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
404 const _Bit_alloc_type&
406 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
765 std::__alloc_swap<typename _Base::_Bit_alloc_type>:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 379 _Bit_alloc_type;
382 : public _Bit_alloc_type
389 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
392 _Bvector_impl(const _Bit_alloc_type& __a)
393 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
400 _Bit_alloc_type&
402 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
404 const _Bit_alloc_type&
406 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
765 std::__alloc_swap<typename _Base::_Bit_alloc_type>:
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 377 _Bit_alloc_type;
380 : public _Bit_alloc_type
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
390 _Bvector_impl(const _Bit_alloc_type& __a)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
398 _Bit_alloc_type&
400 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
402 const _Bit_alloc_type&
404 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
759 std::__alloc_swap<typename _Base::_Bit_alloc_type>:
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 377 _Bit_alloc_type;
380 : public _Bit_alloc_type
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
390 _Bvector_impl(const _Bit_alloc_type& __a)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
398 _Bit_alloc_type&
400 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
402 const _Bit_alloc_type&
404 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
759 std::__alloc_swap<typename _Base::_Bit_alloc_type>:
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 377 _Bit_alloc_type;
380 : public _Bit_alloc_type
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
390 _Bvector_impl(const _Bit_alloc_type& __a)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
398 _Bit_alloc_type&
400 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
402 const _Bit_alloc_type&
404 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
759 std::__alloc_swap<typename _Base::_Bit_alloc_type>:
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_bvector.h 377 _Bit_alloc_type;
380 : public _Bit_alloc_type
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
390 _Bvector_impl(const _Bit_alloc_type& __a)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
398 _Bit_alloc_type&
400 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
402 const _Bit_alloc_type&
404 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
755 std::__alloc_swap<typename _Base::_Bit_alloc_type>:
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 379 _Bit_alloc_type;
382 : public _Bit_alloc_type
389 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
392 _Bvector_impl(const _Bit_alloc_type& __a)
393 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
400 _Bit_alloc_type&
402 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
404 const _Bit_alloc_type&
406 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
765 std::__alloc_swap<typename _Base::_Bit_alloc_type>:
    [all...]

Completed in 980 milliseconds