HomeSort by relevance Sort by last modified time
    Searched refs:_M_allocate (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 438 _M_allocate(size_t __n)
505 using _Base::_M_allocate;
871 _Bit_type* __q = this->_M_allocate(__n);
  /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 438 _M_allocate(size_t __n)
505 using _Base::_M_allocate;
871 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 436 _M_allocate(size_t __n)
496 using _Base::_M_allocate;
858 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 436 _M_allocate(size_t __n)
496 using _Base::_M_allocate;
858 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 436 _M_allocate(size_t __n)
496 using _Base::_M_allocate;
858 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_bvector.h 436 _M_allocate(size_t __n)
496 using _Base::_M_allocate;
854 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 438 _M_allocate(size_t __n)
505 using _Base::_M_allocate;
871 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 447 _M_allocate(size_t __n)
517 using _Base::_M_allocate;
890 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 438 _M_allocate(size_t __n)
505 using _Base::_M_allocate;
871 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 447 _M_allocate(size_t __n)
517 using _Base::_M_allocate;
890 _Bit_type* __q = this->_M_allocate(__n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_bvector.h 472 _M_allocate(size_t __n)
544 using _Base::_M_allocate;
959 _Bit_type* __q = this->_M_allocate(__n);
  /external/stlport/stlport/stl/
_valarray.h 69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
72 void _M_allocate(size_t __n) {
366 _Valarray_base<_Tp>::_M_allocate(__n);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
72 void _M_allocate(size_t __n) {
366 _Valarray_base<_Tp>::_M_allocate(__n);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
72 void _M_allocate(size_t __n) {
366 _Valarray_base<_Tp>::_M_allocate(__n);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
72 void _M_allocate(size_t __n) {
366 _Valarray_base<_Tp>::_M_allocate(__n);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
72 void _M_allocate(size_t __n) {
366 _Valarray_base<_Tp>::_M_allocate(__n);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
72 void _M_allocate(size_t __n) {
366 _Valarray_base<_Tp>::_M_allocate(__n);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_valarray.h 69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
72 void _M_allocate(size_t __n) {
366 _Valarray_base<_Tp>::_M_allocate(__n);
    [all...]

Completed in 603 milliseconds

12