HomeSort by relevance Sort by last modified time
    Searched refs:_Base (Results 276 - 300 of 352) sorted by null

<<1112131415

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 158 typedef basic_streambuf<_CharT, _Traits> _Base;
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
452 typedef basic_istream<_CharT, _Traits> _Base;
533 typedef basic_ostream<_CharT, _Traits> _Base;
612 typedef basic_iostream<_CharT, _Traits> _Base;
_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())),
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 60 typedef _STLP_PRIV SLIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
140 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
407 _Base _M_impl;
_deque.h 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
371 _Base _M_impl;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 158 typedef basic_streambuf<_CharT, _Traits> _Base;
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
452 typedef basic_istream<_CharT, _Traits> _Base;
533 typedef basic_ostream<_CharT, _Traits> _Base;
612 typedef basic_iostream<_CharT, _Traits> _Base;
_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())),
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 60 typedef _STLP_PRIV SLIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
140 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
407 _Base _M_impl;
_deque.h 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
371 _Base _M_impl;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 158 typedef basic_streambuf<_CharT, _Traits> _Base;
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
452 typedef basic_istream<_CharT, _Traits> _Base;
533 typedef basic_ostream<_CharT, _Traits> _Base;
612 typedef basic_iostream<_CharT, _Traits> _Base;
_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())),
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 60 typedef _STLP_PRIV SLIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
140 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
407 _Base _M_impl;
_deque.h 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
371 _Base _M_impl;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 158 typedef basic_streambuf<_CharT, _Traits> _Base;
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
452 typedef basic_istream<_CharT, _Traits> _Base;
533 typedef basic_ostream<_CharT, _Traits> _Base;
612 typedef basic_iostream<_CharT, _Traits> _Base;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 60 typedef _STLP_PRIV SLIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
140 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
407 _Base _M_impl;
_deque.h 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
371 _Base _M_impl;
  /external/stlport/stlport/stl/debug/
_slist.h 83 typedef _STLP_NON_DBG_SLIST _Base;
89 __IMPORT_CONTAINER_TYPEDEFS(_Base)
91 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Nonconst_traits<value_type> > > iterator;
92 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Const_traits<value_type> > > const_iterator;
96 _Base _M_non_dbg_impl;
104 typedef typename _Base::iterator _Base_iterator;
124 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 83 typedef _STLP_NON_DBG_SLIST _Base;
89 __IMPORT_CONTAINER_TYPEDEFS(_Base)
91 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Nonconst_traits<value_type> > > iterator;
92 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Const_traits<value_type> > > const_iterator;
96 _Base _M_non_dbg_impl;
104 typedef typename _Base::iterator _Base_iterator;
124 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 83 typedef _STLP_NON_DBG_SLIST _Base;
89 __IMPORT_CONTAINER_TYPEDEFS(_Base)
91 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Nonconst_traits<value_type> > > iterator;
92 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Const_traits<value_type> > > const_iterator;
96 _Base _M_non_dbg_impl;
104 typedef typename _Base::iterator _Base_iterator;
124 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 83 typedef _STLP_NON_DBG_SLIST _Base;
89 __IMPORT_CONTAINER_TYPEDEFS(_Base)
91 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Nonconst_traits<value_type> > > iterator;
92 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Const_traits<value_type> > > const_iterator;
96 _Base _M_non_dbg_impl;
104 typedef typename _Base::iterator _Base_iterator;
124 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 83 typedef _STLP_NON_DBG_SLIST _Base;
89 __IMPORT_CONTAINER_TYPEDEFS(_Base)
91 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Nonconst_traits<value_type> > > iterator;
92 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Const_traits<value_type> > > const_iterator;
96 _Base _M_non_dbg_impl;
104 typedef typename _Base::iterator _Base_iterator;
124 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 83 typedef _STLP_NON_DBG_SLIST _Base;
89 __IMPORT_CONTAINER_TYPEDEFS(_Base)
91 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Nonconst_traits<value_type> > > iterator;
92 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Const_traits<value_type> > > const_iterator;
96 _Base _M_non_dbg_impl;
104 typedef typename _Base::iterator _Base_iterator;
124 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /external/stlport/stlport/stl/pointers/
_deque.h 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
371 _Base _M_impl;
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
371 _Base _M_impl;
  /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())),
  /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())),

Completed in 644 milliseconds

<<1112131415