HomeSort by relevance Sort by last modified time
    Searched defs:_Base (Results 326 - 350 of 396) sorted by null

<<111213141516

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tree.h 293 typedef _Rb_tree_base<_Value, _Alloc> _Base;
310 typedef typename _Base::allocator_type allocator_type;
408 : _Rb_tree_base<_Value, _Alloc>(__move_source<_Base>(src.get())),
_vector.h 115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base;
119 typedef typename _Base::allocator_type allocator_type;
254 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 400 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
401 typedef typename _Base::_Node _Node;
402 typedef typename _Base::_Node_base _Node_base;
403 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
413 typedef typename _Base::iterator iterator;
414 typedef typename _Base::const_iterator const_iterator;
427 : _Base(__al)
436 : _Base(__list, __al)
445 : _Base(std::forward<_Base>(__list), __al
    [all...]
stl_bvector.h 476 typedef _Bvector_base<_Alloc> _Base;
493 { return _Base::get_allocator(); }
496 using _Base::_M_allocate;
497 using _Base::_M_deallocate;
498 using _Base::_M_get_Bit_allocator;
502 : _Base() { }
506 : _Base(__a) { }
511 : _Base(__a)
519 : _Base(__x._M_get_Bit_allocator())
527 : _Base(std::forward<_Base>(__x)) {
    [all...]
stl_list.h 424 typedef _List_base<_Tp, _Alloc> _Base;
425 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
446 using _Base::_M_impl;
447 using _Base::_M_put_node;
448 using _Base::_M_get_node;
449 using _Base::_M_get_Tp_allocator;
450 using _Base::_M_get_Node_allocator;
500 : _Base() { }
508 : _Base(__a) { }
521 : _Base(__a
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 352 typedef _STLP_PRIV _Base_bitset< _Words > _Base;
_list.h 258 typedef _STLP_PRIV _List_base<_Tp, _Alloc> _Base;
271 typedef typename _Base::allocator_type allocator_type;
360 : _STLP_PRIV _List_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
_slist.h 226 typedef _STLP_PRIV _Slist_base<_Tp,_Alloc> _Base;
243 typedef typename _Base::allocator_type allocator_type;
277 allocator_type get_allocator() const { return _Base::get_allocator(); }
335 : _STLP_PRIV _Slist_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
_string.h 127 typedef _STLP_PRIV _String_base<_CharT,_Alloc> _Base;
138 typedef typename _Base::size_type size_type;
152 typedef typename _Base::allocator_type allocator_type;
161 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type(), _Base::_DEFAULT_SIZE)
165 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, _Base::_DEFAULT_SIZE)
254 : _STLP_PRIV _String_base<_CharT,_Alloc>(__move_source<_Base>(src.get())) {}
402 size_type max_size() const { return _Base::max_size(); }
    [all...]
_tree.h 293 typedef _Rb_tree_base<_Value, _Alloc> _Base;
310 typedef typename _Base::allocator_type allocator_type;
408 : _Rb_tree_base<_Value, _Alloc>(__move_source<_Base>(src.get())),
_vector.h 115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base;
119 typedef typename _Base::allocator_type allocator_type;
254 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 400 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
401 typedef typename _Base::_Node _Node;
402 typedef typename _Base::_Node_base _Node_base;
403 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
413 typedef typename _Base::iterator iterator;
414 typedef typename _Base::const_iterator const_iterator;
427 : _Base(__al)
436 : _Base(__list, __al)
445 : _Base(std::forward<_Base>(__list), __al
    [all...]
stl_bvector.h 476 typedef _Bvector_base<_Alloc> _Base;
493 { return _Base::get_allocator(); }
496 using _Base::_M_allocate;
497 using _Base::_M_deallocate;
498 using _Base::_M_get_Bit_allocator;
502 : _Base() { }
506 : _Base(__a) { }
511 : _Base(__a)
519 : _Base(__x._M_get_Bit_allocator())
527 : _Base(std::forward<_Base>(__x)) {
    [all...]
stl_list.h 424 typedef _List_base<_Tp, _Alloc> _Base;
425 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
446 using _Base::_M_impl;
447 using _Base::_M_put_node;
448 using _Base::_M_get_node;
449 using _Base::_M_get_Tp_allocator;
450 using _Base::_M_get_Node_allocator;
500 : _Base() { }
508 : _Base(__a) { }
521 : _Base(__a
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 411 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
414 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
438 : _Base(__al)
447 : _Base(__list, __al)
456 : _Base(std::move(__list), __al)
468 : _Base()
482 : _Base(__al)
498 : _Base(__al)
514 : _Base(__list._M_get_Node_allocator())
527 : _Base(std::move(__list)) {
    [all...]
stl_list.h 436 typedef _List_base<_Tp, _Alloc> _Base;
437 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
458 using _Base::_M_impl;
459 using _Base::_M_put_node;
460 using _Base::_M_get_node;
461 using _Base::_M_get_Tp_allocator;
462 using _Base::_M_get_Node_allocator;
513 : _Base() { }
521 : _Base(__a) { }
533 : _Base()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 721 * The memory setup and layout occurs in the parent, _Base, and the iterator
735 typedef _Deque_base<_Tp, _Alloc> _Base;
736 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
744 typedef typename _Base::iterator iterator;
745 typedef typename _Base::const_iterator const_iterator;
759 using _Base::_M_initialize_map;
760 using _Base::_M_create_nodes;
761 using _Base::_M_destroy_nodes;
762 using _Base::_M_allocate_node;
763 using _Base::_M_deallocate_node
    [all...]
stl_list.h 443 typedef _List_base<_Tp, _Alloc> _Base;
444 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
445 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
466 using _Base::_M_impl;
467 using _Base::_M_put_node;
468 using _Base::_M_get_node;
469 using _Base::_M_get_Tp_allocator;
470 using _Base::_M_get_Node_allocator;
522 : _Base() { }
530 : _Base(_Node_alloc_type(__a)) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 352 typedef _STLP_PRIV _Base_bitset< _Words > _Base;
_list.h 258 typedef _STLP_PRIV _List_base<_Tp, _Alloc> _Base;
271 typedef typename _Base::allocator_type allocator_type;
360 : _STLP_PRIV _List_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
_slist.h 226 typedef _STLP_PRIV _Slist_base<_Tp,_Alloc> _Base;
243 typedef typename _Base::allocator_type allocator_type;
277 allocator_type get_allocator() const { return _Base::get_allocator(); }
335 : _STLP_PRIV _Slist_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
_string.h 127 typedef _STLP_PRIV _String_base<_CharT,_Alloc> _Base;
138 typedef typename _Base::size_type size_type;
152 typedef typename _Base::allocator_type allocator_type;
161 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type(), _Base::_DEFAULT_SIZE)
165 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, _Base::_DEFAULT_SIZE)
254 : _STLP_PRIV _String_base<_CharT,_Alloc>(__move_source<_Base>(src.get())) {}
402 size_type max_size() const { return _Base::max_size(); }
    [all...]
_tree.h 293 typedef _Rb_tree_base<_Value, _Alloc> _Base;
310 typedef typename _Base::allocator_type allocator_type;
408 : _Rb_tree_base<_Value, _Alloc>(__move_source<_Base>(src.get())),
_vector.h 115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base;
119 typedef typename _Base::allocator_type allocator_type;
254 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.h 352 typedef _STLP_PRIV _Base_bitset< _Words > _Base;

Completed in 486 milliseconds

<<111213141516