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

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 145 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
147 __traits::destroy(__alloc, std::__addressof(*__first));
stl_uninitialized.h 244 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
246 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
296 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
322 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
564 __traits::construct(__alloc, std::__addressof(*__cur));
592 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
594 __traits::construct(__alloc, std::__addressof(*__cur))
    [all...]
alloc_traits.h 462 typedef allocator_traits<_Alloc> __traits; typedef
463 typedef typename __traits::propagate_on_container_copy_assignment __pocca;
470 typedef allocator_traits<_Alloc> __traits; typedef
471 return __traits::select_on_container_copy_construction(__a);
485 typedef allocator_traits<_Alloc> __traits; typedef
486 typedef typename __traits::propagate_on_container_move_assignment __pocma;
504 typedef allocator_traits<_Alloc> __traits; typedef
505 typedef typename __traits::propagate_on_container_swap __pocs;
shared_ptr_base.h 1025 typedef allocator_traits<_Alloc2> __traits; typedef
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 145 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
147 __traits::destroy(__alloc, std::__addressof(*__first));
stl_uninitialized.h 244 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
246 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
296 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
322 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
564 __traits::construct(__alloc, std::__addressof(*__cur));
592 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
594 __traits::construct(__alloc, std::__addressof(*__cur))
    [all...]
alloc_traits.h 462 typedef allocator_traits<_Alloc> __traits; typedef
463 typedef typename __traits::propagate_on_container_copy_assignment __pocca;
470 typedef allocator_traits<_Alloc> __traits; typedef
471 return __traits::select_on_container_copy_construction(__a);
485 typedef allocator_traits<_Alloc> __traits; typedef
486 typedef typename __traits::propagate_on_container_move_assignment __pocma;
504 typedef allocator_traits<_Alloc> __traits; typedef
505 typedef typename __traits::propagate_on_container_swap __pocs;
shared_ptr_base.h 1025 typedef allocator_traits<_Alloc2> __traits; typedef
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_construct.h 141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
143 __traits::destroy(__alloc, std::__addressof(*__first));
stl_uninitialized.h 242 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
292 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
318 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
560 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
562 __traits::construct(__alloc, std::__addressof(*__cur));
590 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
592 __traits::construct(__alloc, std::__addressof(*__cur))
    [all...]
alloc_traits.h 465 typedef allocator_traits<_Alloc> __traits; typedef
466 typedef typename __traits::propagate_on_container_copy_assignment __pocca;
473 typedef allocator_traits<_Alloc> __traits; typedef
474 return __traits::select_on_container_copy_construction(__a);
488 typedef allocator_traits<_Alloc> __traits; typedef
489 typedef typename __traits::propagate_on_container_move_assignment __pocma;
507 typedef allocator_traits<_Alloc> __traits; typedef
508 typedef typename __traits::propagate_on_container_swap __pocs;
shared_ptr_base.h 1014 typedef allocator_traits<_Alloc2> __traits; typedef
1015 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1020 __traits::construct(__del._M_alloc, _M_ptr,
1025 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
    [all...]

Completed in 883 milliseconds