HomeSort by relevance Sort by last modified time
    Searched refs:_M_storage (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
aligned_buffer.h 48 _M_storage;
53 return static_cast<void*>(&_M_storage);
59 return static_cast<const void*>(&_M_storage);
  /external/stlport/stlport/stl/
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
393 return _M_storage;
398 return _M_storage;
407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
393 return _M_storage;
398 return _M_storage;
407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
393 return _M_storage;
398 return _M_storage;
407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
393 return _M_storage;
398 return _M_storage;
407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
393 return _M_storage;
398 return _M_storage;
407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
393 return _M_storage;
398 return _M_storage;
407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_sum.h 376 __sum_storage_elem(_Alloc __alloc) : _M_init(false), _M_storage(__alloc)
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
393 return _M_storage;
398 return _M_storage;
407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
shared_ptr_base.h 397 , _M_storage()
399 void* __p = &_M_storage;
407 , _M_storage()
409 void* __p = &_M_storage;
431 ? static_cast<void*>(&_M_storage)
440 _M_storage;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 172 , _M_storage()
174 void* __p = &_M_storage;
182 , _M_storage()
184 void* __p = &_M_storage;
205 ? static_cast<void*>(&_M_storage)
211 _M_storage;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 172 , _M_storage()
174 void* __p = &_M_storage;
182 , _M_storage()
184 void* __p = &_M_storage;
205 ? static_cast<void*>(&_M_storage)
211 _M_storage;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 172 , _M_storage()
174 void* __p = &_M_storage;
182 , _M_storage()
184 void* __p = &_M_storage;
205 ? static_cast<void*>(&_M_storage)
211 _M_storage;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 172 , _M_storage()
174 void* __p = &_M_storage;
182 , _M_storage()
184 void* __p = &_M_storage;
205 ? static_cast<void*>(&_M_storage)
211 _M_storage;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 397 , _M_storage()
399 void* __p = &_M_storage;
407 , _M_storage()
409 void* __p = &_M_storage;
431 ? static_cast<void*>(&_M_storage)
440 _M_storage;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 397 , _M_storage()
399 void* __p = &_M_storage;
407 , _M_storage()
409 void* __p = &_M_storage;
431 ? static_cast<void*>(&_M_storage)
440 _M_storage;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 394 : _M_impl(__a), _M_storage()
396 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage));
426 ? static_cast<void*>(&_M_storage)
436 _M_storage;
    [all...]
forward_list.h 100 _M_storage;
105 return static_cast<_Tp*>(static_cast<void*>(&_M_storage));
111 return static_cast<const _Tp*>(static_cast<const void*>(&_M_storage));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 397 : _M_impl(__a), _M_storage()
399 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage));
429 ? static_cast<void*>(&_M_storage)
439 _M_storage;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 397 : _M_impl(__a), _M_storage()
399 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage));
429 ? static_cast<void*>(&_M_storage)
439 _M_storage;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 394 : _M_impl(__a), _M_storage()
396 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage));
426 ? static_cast<void*>(&_M_storage)
436 _M_storage;
    [all...]
forward_list.h 100 _M_storage;
105 return static_cast<_Tp*>(static_cast<void*>(&_M_storage));
111 return static_cast<const _Tp*>(static_cast<const void*>(&_M_storage));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 100 _M_storage;
105 return static_cast<_Tp*>(static_cast<void*>(&_M_storage));
111 return static_cast<const _Tp*>(static_cast<const void*>(&_M_storage));
    [all...]
shared_ptr_base.h 396 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage));
426 ? static_cast<void*>(&_M_storage)
436 _M_storage;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 103 __gnu_cxx::__aligned_buffer<_Tp> _M_storage;
107 { return _M_storage._M_ptr(); }
111 { return _M_storage._M_ptr(); }
    [all...]
hashtable_policy.h 249 __gnu_cxx::__aligned_buffer<_Value> _M_storage;
253 { return _M_storage._M_ptr(); }
257 { return _M_storage._M_ptr(); }
    [all...]

Completed in 1023 milliseconds

1 2