HomeSort by relevance Sort by last modified time
    Searched defs:_Alloc_traits (Results 1 - 14 of 14) sorted by null

  /external/stlport/stlport/stl/
_pthread_alloc.h 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
_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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
_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/5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
_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/
_pthread_alloc.h 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
_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/
_pthread_alloc.h 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
_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/
_pthread_alloc.h 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
_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/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...]

Completed in 854 milliseconds