/prebuilt/ndk/android-ndk-r6/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)),
|
/prebuilt/ndk/android-ndk-r5/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)),
|
/prebuilt/ndk/android-ndk-r6/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;
|
/prebuilt/ndk/android-ndk-r5/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())),
|
_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...] |
/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...] |
/prebuilt/ndk/android-ndk-r5/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...] |
/prebuilt/ndk/android-ndk-r6/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...] |