HomeSort by relevance Sort by last modified time
    Searched refs:_Base (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /prebuilt/ndk/android-ndk-r6/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_vector.h 177 typedef _Vector_base<_Tp, _Alloc> _Base;
178 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
196 using _Base::_M_allocate;
197 using _Base::_M_deallocate;
198 using _Base::_M_impl;
199 using _Base::_M_get_Tp_allocator;
208 : _Base() { }
216 : _Base(__a) { }
229 : _Base(__n, __a)
242 : _Base(__x.size(), __x._M_get_Tp_allocator()
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 177 typedef _Vector_base<_Tp, _Alloc> _Base;
178 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
196 using _Base::_M_allocate;
197 using _Base::_M_deallocate;
198 using _Base::_M_impl;
199 using _Base::_M_get_Tp_allocator;
208 : _Base() { }
216 : _Base(__a) { }
229 : _Base(__n, __a)
242 : _Base(__x.size(), __x._M_get_Tp_allocator()
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 177 typedef _Vector_base<_Tp, _Alloc> _Base;
178 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
196 using _Base::_M_allocate;
197 using _Base::_M_deallocate;
198 using _Base::_M_impl;
199 using _Base::_M_get_Tp_allocator;
208 : _Base() { }
216 : _Base(__a) { }
229 : _Base(__n, __a)
242 : _Base(__x.size(), __x._M_get_Tp_allocator()
    [all...]
  /external/stlport/stlport/stl/
_alloc.h 474 typedef _MaybeReboundAlloc _Base;
475 typedef typename _Base::size_type size_type;
485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488 _Base& _M_base()
539 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541 { __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548 { return _Base::allocate(__n); }
551 { return _Base::_M_allocate(__n, __allocated_n); }
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
  /external/stlport/stlport/stl/debug/
_iterator.h 199 typedef _DBG_iter_base<_Container> _Base;
201 typedef typename _Base::value_type value_type;
202 typedef typename _Base::difference_type difference_type;
206 typedef typename _Base::_Nonconst_iterator _Nonconst_iterator;
207 typedef typename _Base::_Const_iterator _Const_iterator;
216 typedef typename _Base::iterator_category iterator_category;
218 typedef typename _Base::_Iterator_category _Iterator_category;
237 (_Base&)*this = __rhs;
242 (_Base&)*this = __rhs;
_tree.h 94 typedef _STLP_NON_DBG_TREE _Base;
96 _Base _M_non_dbg_impl;
100 __IMPORT_CONTAINER_TYPEDEFS(_Base)
101 typedef typename _Base::key_type key_type;
105 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117 typedef typename _Base::iterator _Base_iterator;
118 typedef typename _Base::const_iterator _Base_const_iterator;
132 _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
_hashtable.h 93 typedef _STLP_NON_DBG_HT _Base;
100 _Base _M_non_dbg_impl;
108 __IMPORT_CONTAINER_TYPEDEFS(_Base)
110 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstTraits> > iterator;
111 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstTraits> > const_iterator;
112 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_NonConstLocalTraits> > local_iterator;
114 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_ConstLocalTraits> > const_local_iterator;
117 typedef typename _Base::iterator _Base_iterator;
118 typedef typename _Base::const_iterator _Base_const_iterator;
155 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl))
    [all...]
_vector.h 108 typedef _STLP_NON_DBG_VECTOR _Base;
111 _Base _M_non_dbg_impl;
115 __IMPORT_CONTAINER_TYPEDEFS(_Base)
117 typedef _STLP_PRIV _DBG_iter<_Base,
118 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_nonconst_traits<value_type, typename _Base::iterator> > > iterator;
120 typedef _STLP_PRIV _DBG_iter<_Base,
121 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_const_traits<value_type, typename _Base::iterator> > > const_iterator;
195 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 474 typedef _MaybeReboundAlloc _Base;
475 typedef typename _Base::size_type size_type;
485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488 _Base& _M_base()
539 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541 { __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548 { return _Base::allocate(__n); }
551 { return _Base::_M_allocate(__n, __allocated_n); }
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 199 typedef _DBG_iter_base<_Container> _Base;
201 typedef typename _Base::value_type value_type;
202 typedef typename _Base::difference_type difference_type;
206 typedef typename _Base::_Nonconst_iterator _Nonconst_iterator;
207 typedef typename _Base::_Const_iterator _Const_iterator;
216 typedef typename _Base::iterator_category iterator_category;
218 typedef typename _Base::_Iterator_category _Iterator_category;
237 (_Base&)*this = __rhs;
242 (_Base&)*this = __rhs;
_tree.h 94 typedef _STLP_NON_DBG_TREE _Base;
96 _Base _M_non_dbg_impl;
100 __IMPORT_CONTAINER_TYPEDEFS(_Base)
101 typedef typename _Base::key_type key_type;
105 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117 typedef typename _Base::iterator _Base_iterator;
118 typedef typename _Base::const_iterator _Base_const_iterator;
132 _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
_hashtable.h 93 typedef _STLP_NON_DBG_HT _Base;
100 _Base _M_non_dbg_impl;
108 __IMPORT_CONTAINER_TYPEDEFS(_Base)
110 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstTraits> > iterator;
111 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstTraits> > const_iterator;
112 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_NonConstLocalTraits> > local_iterator;
114 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_ConstLocalTraits> > const_local_iterator;
117 typedef typename _Base::iterator _Base_iterator;
118 typedef typename _Base::const_iterator _Base_const_iterator;
155 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl))
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 474 typedef _MaybeReboundAlloc _Base;
475 typedef typename _Base::size_type size_type;
485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488 _Base& _M_base()
539 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541 { __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548 { return _Base::allocate(__n); }
551 { return _Base::_M_allocate(__n, __allocated_n); }
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 199 typedef _DBG_iter_base<_Container> _Base;
201 typedef typename _Base::value_type value_type;
202 typedef typename _Base::difference_type difference_type;
206 typedef typename _Base::_Nonconst_iterator _Nonconst_iterator;
207 typedef typename _Base::_Const_iterator _Const_iterator;
216 typedef typename _Base::iterator_category iterator_category;
218 typedef typename _Base::_Iterator_category _Iterator_category;
237 (_Base&)*this = __rhs;
242 (_Base&)*this = __rhs;
_tree.h 94 typedef _STLP_NON_DBG_TREE _Base;
96 _Base _M_non_dbg_impl;
100 __IMPORT_CONTAINER_TYPEDEFS(_Base)
101 typedef typename _Base::key_type key_type;
105 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117 typedef typename _Base::iterator _Base_iterator;
118 typedef typename _Base::const_iterator _Base_const_iterator;
132 _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 474 typedef _MaybeReboundAlloc _Base;
475 typedef typename _Base::size_type size_type;
485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488 _Base& _M_base()
539 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541 { __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548 { return _Base::allocate(__n); }
551 { return _Base::_M_allocate(__n, __allocated_n); }
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 199 typedef _DBG_iter_base<_Container> _Base;
201 typedef typename _Base::value_type value_type;
202 typedef typename _Base::difference_type difference_type;
206 typedef typename _Base::_Nonconst_iterator _Nonconst_iterator;
207 typedef typename _Base::_Const_iterator _Const_iterator;
216 typedef typename _Base::iterator_category iterator_category;
218 typedef typename _Base::_Iterator_category _Iterator_category;
237 (_Base&)*this = __rhs;
242 (_Base&)*this = __rhs;
_tree.h 94 typedef _STLP_NON_DBG_TREE _Base;
96 _Base _M_non_dbg_impl;
100 __IMPORT_CONTAINER_TYPEDEFS(_Base)
101 typedef typename _Base::key_type key_type;
105 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117 typedef typename _Base::iterator _Base_iterator;
118 typedef typename _Base::const_iterator _Base_const_iterator;
132 _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),

Completed in 7732 milliseconds

1 23 4 5 6 7