HomeSort by relevance Sort by last modified time
    Searched full:_node_alloc_traits (Results 1 - 20 of 20) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
forward_list 52 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
111 noexcept(_Node_alloc_traits::_S_nothrow_move())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
forward_list 52 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
111 noexcept(_Node_alloc_traits::_S_nothrow_move())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
forward_list 52 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
111 noexcept(_Node_alloc_traits::_S_nothrow_move())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
forward_list 52 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
111 noexcept(_Node_alloc_traits::_S_nothrow_move())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
forward_list 52 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
111 noexcept(_Node_alloc_traits::_S_nothrow_move())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 284 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
342 auto __ptr = _Node_alloc_traits::allocate(_M_get_Node_allocator(), 1);
374 typedef typename _Node_alloc_traits::pointer _Ptr;
376 _Node_alloc_traits::deallocate(_M_get_Node_allocator(), __ptr, 1);
422 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
465 noexcept(_Node_alloc_traits::_S_always_equal())
518 : _Base(_Node_alloc_traits::_S_select_on_copy(
575 noexcept(_Node_alloc_traits::_S_nothrow_move())
578 _Node_alloc_traits::_S_propagate_on_move_assign(
    [all...]
forward_list.tcc 160 if (_Node_alloc_traits::_S_propagate_on_copy_assign())
164 if (!_Node_alloc_traits::_S_always_equal()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 285 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
342 { return _Node_alloc_traits::allocate(_M_get_Node_allocator(), 1); }
371 { _Node_alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
416 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
459 noexcept(_Node_alloc_traits::_S_always_equal())
512 : _Base(_Node_alloc_traits::_S_select_on_copy(
569 noexcept(_Node_alloc_traits::_S_nothrow_move())
572 _Node_alloc_traits::_S_propagate_on_move_assign()
573 || _Node_alloc_traits::_S_always_equal()
    [all...]
forward_list.tcc 160 if (_Node_alloc_traits::_S_propagate_on_copy_assign())
164 if (!_Node_alloc_traits::_S_always_equal()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 285 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
342 { return _Node_alloc_traits::allocate(_M_get_Node_allocator(), 1); }
371 { _Node_alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
416 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
459 noexcept(_Node_alloc_traits::_S_always_equal())
512 : _Base(_Node_alloc_traits::_S_select_on_copy(
569 noexcept(_Node_alloc_traits::_S_nothrow_move())
572 _Node_alloc_traits::_S_propagate_on_move_assign()
573 || _Node_alloc_traits::_S_always_equal()
    [all...]
forward_list.tcc 160 if (_Node_alloc_traits::_S_propagate_on_copy_assign())
164 if (!_Node_alloc_traits::_S_always_equal()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 285 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
342 { return _Node_alloc_traits::allocate(_M_get_Node_allocator(), 1); }
371 { _Node_alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
416 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
459 noexcept(_Node_alloc_traits::_S_always_equal())
512 : _Base(_Node_alloc_traits::_S_select_on_copy(
569 noexcept(_Node_alloc_traits::_S_nothrow_move())
572 _Node_alloc_traits::_S_propagate_on_move_assign()
573 || _Node_alloc_traits::_S_always_equal()
    [all...]
forward_list.tcc 160 if (_Node_alloc_traits::_S_propagate_on_copy_assign())
164 if (!_Node_alloc_traits::_S_always_equal()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.h 285 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
342 { return _Node_alloc_traits::allocate(_M_get_Node_allocator(), 1); }
371 { _Node_alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
416 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
459 noexcept(_Node_alloc_traits::_S_always_equal())
512 : _Base(_Node_alloc_traits::_S_select_on_copy(
569 noexcept(_Node_alloc_traits::_S_nothrow_move())
572 _Node_alloc_traits::_S_propagate_on_move_assign()
573 || _Node_alloc_traits::_S_always_equal()
    [all...]
forward_list.tcc 160 if (_Node_alloc_traits::_S_propagate_on_copy_assign())
164 if (!_Node_alloc_traits::_S_always_equal()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
forward_list 56 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
140 noexcept(_Node_alloc_traits::_S_nothrow_move())
143 bool xfer_memory = _Node_alloc_traits::_S_propagate_on_move_assign()
350 noexcept(_Node_alloc_traits::_S_nothrow_swap())
352 if (!_Node_alloc_traits::_S_propagate_on_swap())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
forward_list 56 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
140 noexcept(_Node_alloc_traits::_S_nothrow_move())
143 bool xfer_memory = _Node_alloc_traits::_S_propagate_on_move_assign()
350 noexcept(_Node_alloc_traits::_S_nothrow_swap())
352 if (!_Node_alloc_traits::_S_propagate_on_swap())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
forward_list 56 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
140 noexcept(_Node_alloc_traits::_S_nothrow_move())
143 bool xfer_memory = _Node_alloc_traits::_S_propagate_on_move_assign()
350 noexcept(_Node_alloc_traits::_S_nothrow_swap())
352 if (!_Node_alloc_traits::_S_propagate_on_swap())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
forward_list 56 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
140 noexcept(_Node_alloc_traits::_S_nothrow_move())
143 bool xfer_memory = _Node_alloc_traits::_S_propagate_on_move_assign()
350 noexcept(_Node_alloc_traits::_S_nothrow_swap())
352 if (!_Node_alloc_traits::_S_propagate_on_swap())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
forward_list 56 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
140 noexcept(_Node_alloc_traits::_S_nothrow_move())
143 bool __xfer_memory = _Node_alloc_traits::_S_propagate_on_move_assign()
350 noexcept(_Node_alloc_traits::_S_nothrow_swap())
352 if (!_Node_alloc_traits::_S_propagate_on_swap())

Completed in 1643 milliseconds