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

1 2 3 4 5

  /external/stlport/stlport/stl/config/
_hpacc.h 44 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
64 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
120 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_hpacc.h 44 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
64 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
120 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_hpacc.h 44 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
64 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
120 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_hpacc.h 44 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
64 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
120 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_hpacc.h 44 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
64 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
120 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_hpacc.h 44 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
64 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
120 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_hpacc.h 44 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
64 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
120 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 356 rebind_traits<_Sp_counted_deleter> _Alloc_traits;
357 typename _Alloc_traits::allocator_type __a(_M_del);
358 _Alloc_traits::destroy(__a, this);
359 _Alloc_traits::deallocate(__a, this, 1);
417 rebind_traits<_Sp_counted_ptr_inplace> _Alloc_traits;
418 typename _Alloc_traits::allocator_type __a(_M_impl);
419 _Alloc_traits::destroy(__a, this);
420 _Alloc_traits::deallocate(__a, this, 1);
471 rebind_traits<_Sp_cd_type> _Alloc_traits;
472 typename _Alloc_traits::allocator_type __a
    [all...]
stl_vector.h 217 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits;
222 typedef typename _Alloc_traits::const_pointer const_pointer;
223 typedef typename _Alloc_traits::reference reference;
224 typedef typename _Alloc_traits::const_reference const_reference;
309 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator()))
427 operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
430 _Alloc_traits::_S_propagate_on_move_assign()
431 || _Alloc_traits::_S_always_equal();
631 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); }
885 _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 356 rebind_traits<_Sp_counted_deleter> _Alloc_traits;
357 typename _Alloc_traits::allocator_type __a(_M_del);
358 _Alloc_traits::destroy(__a, this);
359 _Alloc_traits::deallocate(__a, this, 1);
417 rebind_traits<_Sp_counted_ptr_inplace> _Alloc_traits;
418 typename _Alloc_traits::allocator_type __a(_M_impl);
419 _Alloc_traits::destroy(__a, this);
420 _Alloc_traits::deallocate(__a, this, 1);
471 rebind_traits<_Sp_cd_type> _Alloc_traits;
472 typename _Alloc_traits::allocator_type __a
    [all...]
stl_vector.h 217 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits;
222 typedef typename _Alloc_traits::const_pointer const_pointer;
223 typedef typename _Alloc_traits::reference reference;
224 typedef typename _Alloc_traits::const_reference const_reference;
309 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator()))
427 operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
430 _Alloc_traits::_S_propagate_on_move_assign()
431 || _Alloc_traits::_S_always_equal();
631 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); }
885 _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 353 rebind_traits<_Sp_counted_deleter> _Alloc_traits;
354 typename _Alloc_traits::allocator_type __a(_M_del);
355 _Alloc_traits::destroy(__a, this);
356 _Alloc_traits::deallocate(__a, this, 1);
414 rebind_traits<_Sp_counted_ptr_inplace> _Alloc_traits;
415 typename _Alloc_traits::allocator_type __a(_M_impl);
416 _Alloc_traits::destroy(__a, this);
417 _Alloc_traits::deallocate(__a, this, 1);
468 rebind_traits<_Sp_cd_type> _Alloc_traits;
469 typename _Alloc_traits::allocator_type __a
    [all...]
stl_vector.h 219 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits;
224 typedef typename _Alloc_traits::const_pointer const_pointer;
225 typedef typename _Alloc_traits::reference reference;
226 typedef typename _Alloc_traits::const_reference const_reference;
312 _Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator()))
439 operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
442 _Alloc_traits::_S_propagate_on_move_assign()
443 || _Alloc_traits::_S_always_equal();
651 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); }
905 _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish
    [all...]
forward_list.h 278 typedef typename __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits;
279 typedef typename _Alloc_traits::template rebind<_Tp>::other
282 typedef typename _Alloc_traits::template
352 typedef allocator_traits<_Tp_alloc_type> _Alloc_traits;
354 _Alloc_traits::construct(__a, __node->_M_valptr(),
417 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits;
422 typedef typename _Alloc_traits::pointer pointer;
423 typedef typename _Alloc_traits::const_pointer const_pointer;
424 typedef typename _Alloc_traits::reference reference;
425 typedef typename _Alloc_traits::const_reference const_reference
    [all...]
  /external/stlport/stlport/stl/
_alloc.h 191 // Another allocator adaptor: _Alloc_traits. This serves two
197 struct _Alloc_traits {
442 struct _Alloc_traits<_Tp, allocator<_Tp1> > {
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
_pthread_alloc.h 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 191 // Another allocator adaptor: _Alloc_traits. This serves two
197 struct _Alloc_traits {
442 struct _Alloc_traits<_Tp, allocator<_Tp1> > {
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
_pthread_alloc.h 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 191 // Another allocator adaptor: _Alloc_traits. This serves two
197 struct _Alloc_traits {
442 struct _Alloc_traits<_Tp, allocator<_Tp1> > {
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 191 // Another allocator adaptor: _Alloc_traits. This serves two
197 struct _Alloc_traits {
442 struct _Alloc_traits<_Tp, allocator<_Tp1> > {
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 191 // Another allocator adaptor: _Alloc_traits. This serves two
197 struct _Alloc_traits {
442 struct _Alloc_traits<_Tp, allocator<_Tp1> > {
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 191 // Another allocator adaptor: _Alloc_traits. This serves two
197 struct _Alloc_traits {
442 struct _Alloc_traits<_Tp, allocator<_Tp1> > {
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_alloc.h 191 // Another allocator adaptor: _Alloc_traits. This serves two
197 struct _Alloc_traits {
442 struct _Alloc_traits<_Tp, allocator<_Tp1> > {
452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
  /external/stlport/stlport/stl/pointers/
_vector.h 54 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
74 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 54 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
74 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;

Completed in 2259 milliseconds

1 2 3 4 5