HomeSort by relevance Sort by last modified time
    Searched refs:_Base (Results 251 - 275 of 305) sorted by null

<<111213

  /external/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())),
_deque.h 171 typedef _Deque_iterator_base< _Tp > _Base;
405 typedef _STLP_PRIV _Deque_base<_Tp, _Alloc> _Base;
417 typedef typename _Base::allocator_type allocator_type;
420 typedef typename _Base::iterator iterator;
421 typedef typename _Base::const_iterator const_iterator;
562 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
    [all...]
_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...]
_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())) {}
  /ndk/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())),
_deque.h 171 typedef _Deque_iterator_base< _Tp > _Base;
405 typedef _STLP_PRIV _Deque_base<_Tp, _Alloc> _Base;
417 typedef typename _Base::allocator_type allocator_type;
420 typedef typename _Base::iterator iterator;
421 typedef typename _Base::const_iterator const_iterator;
562 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
    [all...]
_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...]
  /prebuilts/ndk/5/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())),
_deque.h 171 typedef _Deque_iterator_base< _Tp > _Base;
405 typedef _STLP_PRIV _Deque_base<_Tp, _Alloc> _Base;
417 typedef typename _Base::allocator_type allocator_type;
420 typedef typename _Base::iterator iterator;
421 typedef typename _Base::const_iterator const_iterator;
562 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
    [all...]
_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...]
  /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())),
_deque.h 171 typedef _Deque_iterator_base< _Tp > _Base;
405 typedef _STLP_PRIV _Deque_base<_Tp, _Alloc> _Base;
417 typedef typename _Base::allocator_type allocator_type;
420 typedef typename _Base::iterator iterator;
421 typedef typename _Base::const_iterator const_iterator;
562 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
    [all...]
_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...]
  /prebuilts/ndk/7/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())),
_deque.h 171 typedef _Deque_iterator_base< _Tp > _Base;
405 typedef _STLP_PRIV _Deque_base<_Tp, _Alloc> _Base;
417 typedef typename _Base::allocator_type allocator_type;
420 typedef typename _Base::iterator iterator;
421 typedef typename _Base::const_iterator const_iterator;
562 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
    [all...]
_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...]
  /prebuilts/ndk/8/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())),
_deque.h 171 typedef _Deque_iterator_base< _Tp > _Base;
405 typedef _STLP_PRIV _Deque_base<_Tp, _Alloc> _Base;
417 typedef typename _Base::allocator_type allocator_type;
420 typedef typename _Base::iterator iterator;
421 typedef typename _Base::const_iterator const_iterator;
562 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
    [all...]
_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...]

Completed in 876 milliseconds

<<111213