Searched refs:_M_get_Node_allocator (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dstl_list.h337 _M_get_Node_allocator() function in class:_List_base
341 _M_get_Node_allocator() const function in class:_List_base
346 { return _Tp_alloc_type(_M_get_Node_allocator()); }
350 { return allocator_type(_M_get_Node_allocator()); }
362 : _M_impl(__x._M_get_Node_allocator())
462 using _Base::_M_get_Node_allocator;
494 _M_get_Node_allocator().construct(__p,
572 : _Base(__x._M_get_Node_allocator())
851 { return _M_get_Node_allocator().max_size(); }
1097 list __tmp(__n, __x, _M_get_Node_allocator());
[all...]
H A Dforward_list.h303 _M_get_Node_allocator() function in struct:_Fwd_list_base
307 _M_get_Node_allocator() const function in struct:_Fwd_list_base
326 : _M_impl(__lst._M_get_Node_allocator())
339 { return _M_get_Node_allocator().allocate(1); }
348 _M_get_Node_allocator().construct(__node,
366 { _M_get_Node_allocator().deallocate(__p, 1); }
514 : _Base(__list._M_get_Node_allocator())
648 { return this->_M_get_Node_allocator(); }
744 { return this->_M_get_Node_allocator().max_size(); }
H A Dstl_tree.h355 _M_get_Node_allocator() function in class:_Rb_tree
359 _M_get_Node_allocator() const function in class:_Rb_tree
364 { return allocator_type(_M_get_Node_allocator()); }
405 _M_get_Node_allocator().construct(__tmp,
419 _M_get_Node_allocator().destroy(__p);
623 : _M_impl(__x._M_impl._M_key_compare, __x._M_get_Node_allocator())
700 { return _M_get_Node_allocator().max_size(); }
903 : _M_impl(__x._M_impl._M_key_compare, __x._M_get_Node_allocator())
1244 _S_do_it(_M_get_Node_allocator(), __t._M_get_Node_allocator());
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dstl_list.h326 _M_get_Node_allocator() function in class:_List_base
330 _M_get_Node_allocator() const function in class:_List_base
335 { return _Tp_alloc_type(_M_get_Node_allocator()); }
339 { return allocator_type(_M_get_Node_allocator()); }
351 : _M_impl(__x._M_get_Node_allocator())
450 using _Base::_M_get_Node_allocator;
481 _M_get_Node_allocator().construct(__p,
532 : _Base(__x._M_get_Node_allocator())
811 { return _M_get_Node_allocator().max_size(); }
1030 list __tmp(__n, __x, _M_get_Node_allocator());
[all...]
H A Dforward_list.h302 _M_get_Node_allocator() function in struct:_Fwd_list_base
306 _M_get_Node_allocator() const function in struct:_Fwd_list_base
325 : _M_impl(__lst._M_get_Node_allocator())
336 { return _M_get_Node_allocator().allocate(1); }
345 _M_get_Node_allocator().construct(__node,
363 { _M_get_Node_allocator().deallocate(__p, 1); }
511 : _Base(__list._M_get_Node_allocator())
645 { return this->_M_get_Node_allocator(); }
741 { return this->_M_get_Node_allocator().max_size(); }
H A Dstl_tree.h345 _M_get_Node_allocator() function in class:_Rb_tree
349 _M_get_Node_allocator() const function in class:_Rb_tree
354 { return allocator_type(_M_get_Node_allocator()); }
394 _M_get_Node_allocator().construct(__tmp,
408 _M_get_Node_allocator().destroy(__p);
598 : _M_impl(__x._M_impl._M_key_compare, __x._M_get_Node_allocator())
675 { return _M_get_Node_allocator().max_size(); }
848 : _M_impl(__x._M_impl._M_key_compare, __x._M_get_Node_allocator())
1168 _S_do_it(_M_get_Node_allocator(), __t._M_get_Node_allocator());
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dstl_list.h326 _M_get_Node_allocator() function in class:_List_base
330 _M_get_Node_allocator() const function in class:_List_base
335 { return _Tp_alloc_type(_M_get_Node_allocator()); }
339 { return allocator_type(_M_get_Node_allocator()); }
351 : _M_impl(__x._M_get_Node_allocator())
450 using _Base::_M_get_Node_allocator;
481 _M_get_Node_allocator().construct(__p,
532 : _Base(__x._M_get_Node_allocator())
811 { return _M_get_Node_allocator().max_size(); }
1030 list __tmp(__n, __x, _M_get_Node_allocator());
[all...]
H A Dforward_list.h302 _M_get_Node_allocator() function in struct:_Fwd_list_base
306 _M_get_Node_allocator() const function in struct:_Fwd_list_base
325 : _M_impl(__lst._M_get_Node_allocator())
336 { return _M_get_Node_allocator().allocate(1); }
345 _M_get_Node_allocator().construct(__node,
363 { _M_get_Node_allocator().deallocate(__p, 1); }
511 : _Base(__list._M_get_Node_allocator())
645 { return this->_M_get_Node_allocator(); }
741 { return this->_M_get_Node_allocator().max_size(); }
H A Dstl_tree.h345 _M_get_Node_allocator() function in class:_Rb_tree
349 _M_get_Node_allocator() const function in class:_Rb_tree
354 { return allocator_type(_M_get_Node_allocator()); }
394 _M_get_Node_allocator().construct(__tmp,
408 _M_get_Node_allocator().destroy(__p);
598 : _M_impl(__x._M_impl._M_key_compare, __x._M_get_Node_allocator())
675 { return _M_get_Node_allocator().max_size(); }
848 : _M_impl(__x._M_impl._M_key_compare, __x._M_get_Node_allocator())
1168 _S_do_it(_M_get_Node_allocator(), __t._M_get_Node_allocator());
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dforward_list.h313 _M_get_Node_allocator() noexcept
317 _M_get_Node_allocator() const noexcept
329 : _M_impl(std::move(__lst._M_get_Node_allocator()))
342 { return _Node_alloc_traits::allocate(_M_get_Node_allocator(), 1); }
351 _Tp_alloc_type __a(_M_get_Node_allocator());
371 { _Node_alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
513 __list._M_get_Node_allocator()))
644 { return allocator_type(this->_M_get_Node_allocator()); }
740 { return _Node_alloc_traits::max_size(this->_M_get_Node_allocator()); }
985 _Node_alloc_traits::_S_on_swap(this->_M_get_Node_allocator(),
[all...]
H A Dstl_list.h344 _M_get_Node_allocator() _GLIBCXX_NOEXCEPT
348 _M_get_Node_allocator() const _GLIBCXX_NOEXCEPT
353 { return _Tp_alloc_type(_M_get_Node_allocator()); }
357 { return allocator_type(_M_get_Node_allocator()); }
369 : _M_impl(std::move(__x._M_get_Node_allocator()))
472 using _Base::_M_get_Node_allocator;
505 _M_get_Node_allocator().construct(__p,
583 : _Base(__x._M_get_Node_allocator())
879 { return _M_get_Node_allocator().max_size(); }
1218 _S_do_it(_M_get_Node_allocator(), __
[all...]
H A Dstl_tree.h356 _M_get_Node_allocator() _GLIBCXX_NOEXCEPT
360 _M_get_Node_allocator() const _GLIBCXX_NOEXCEPT
365 { return allocator_type(_M_get_Node_allocator()); }
407 construct(_M_get_Node_allocator(), __tmp,
421 _M_get_Node_allocator().destroy(__p);
655 : _M_impl(__x._M_impl._M_key_compare, __x._M_get_Node_allocator())
732 { return _M_get_Node_allocator().max_size(); }
962 std::move(__x._M_get_Node_allocator()))
1302 _S_do_it(_M_get_Node_allocator(), __t._M_get_Node_allocator());
[all...]

Completed in 102 milliseconds