/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/9/sources/cxx-stl/EH/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...] |
/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...] |