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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 66 typedef _STLP_PRIV LIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
67 typedef typename _Base::iterator _BaseIte;
68 typedef typename _Base::const_iterator _BaseConstIte;
149 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
326 _Base _M_impl;
_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;
_vector.h 55 typedef _STLP_PRIV VECTOR_IMPL<_StorageType, _StorageTypeAlloc> _Base;
128 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
231 _Base _M_impl;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_adaptors.h 392 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Arg>::_Fun _Base;
393 explicit _Ptr_fun1(typename _Base::__fun_type __f) : _Base(__f) {}
400 typedef typename _Ptr_fun_traits<_Result>::_STLP_TEMPLATE _Args2<_Arg1,_Arg2>::_Fun _Base;
401 explicit _Ptr_fun2(typename _Base::__fun_type __f) : _Base(__f) {}
408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base;
410 explicit mem_fun_t(typename _Base::__fun_type __f) : _Base(__f) {}
417 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr_const _Base;
    [all...]
_string_workaround.h 35 typedef _STLP_NO_MEM_T_STRING_BASE _Base;
36 typedef typename _Base::_CalledFromWorkaround_t _CalledFromWorkaround_t;
39 __IMPORT_WITH_REVERSE_ITERATORS(_Base)
41 typedef typename _Base::_Iterator_category _Iterator_category;
42 typedef typename _Base::traits_type traits_type;
43 typedef typename _Base::_Reserve_t _Reserve_t;
76 : _STLP_NO_MEM_T_STRING_BASE(__move_source<_Base>(src.get())) {}
98 _Base::operator=(__s);
103 _Base::operator=(__s);
108 _Base::operator=(__c)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_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...]
_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;
_list.h 66 typedef _STLP_NON_DBG_LIST _Base;
71 __IMPORT_CONTAINER_TYPEDEFS(_Base)
74 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
75 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
80 _Base _M_non_dbg_impl;
88 typedef typename _Base::iterator _Base_iterator;
109 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
_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)),
_string.h 54 typedef _STLP_NON_DBG_STRING _Base;
60 __IMPORT_CONTAINER_TYPEDEFS(_Base)
61 typedef typename _Base::traits_type traits_type;
62 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
63 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
67 typedef typename _Base::_Reserve_t _Reserve_t;
70 _Base _M_non_dbg_impl;
122 : _M_non_dbg_impl(__move_source<_Base >(src.get()._M_non_dbg_impl)),
161 basic_string (const _Base& __x)
429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c)
    [all...]
_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)),
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_list.h 66 typedef _STLP_PRIV LIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
67 typedef typename _Base::iterator _BaseIte;
68 typedef typename _Base::const_iterator _BaseConstIte;
149 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
326 _Base _M_impl;
_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;
_vector.h 55 typedef _STLP_PRIV VECTOR_IMPL<_StorageType, _StorageTypeAlloc> _Base;
128 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {}
231 _Base _M_impl;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
map.h 48 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
51 typedef typename _Base::const_iterator _Base_const_iterator;
52 typedef typename _Base::iterator _Base_iterator;
61 typedef typename _Base::reference reference;
62 typedef typename _Base::const_reference const_reference;
64 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, map>
66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map>
69 typedef typename _Base::size_type size_type;
70 typedef typename _Base::difference_type difference_type;
71 typedef typename _Base::pointer pointer
    [all...]
multimap.h 49 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef typename _Base::const_iterator _Base_const_iterator;
53 typedef typename _Base::iterator _Base_iterator;
62 typedef typename _Base::reference reference;
63 typedef typename _Base::const_reference const_reference;
70 typedef typename _Base::size_type size_type;
71 typedef typename _Base::difference_type difference_type;
72 typedef typename _Base::pointer pointer;
73 typedef typename _Base::const_pointer const_pointer;
80 : _Base(__comp, __a) {
    [all...]
multiset.h 48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
51 typedef typename _Base::const_iterator _Base_const_iterator;
52 typedef typename _Base::iterator _Base_iterator;
61 typedef typename _Base::reference reference;
62 typedef typename _Base::const_reference const_reference;
69 typedef typename _Base::size_type size_type;
70 typedef typename _Base::difference_type difference_type;
71 typedef typename _Base::pointer pointer;
72 typedef typename _Base::const_pointer const_pointer;
79 : _Base(__comp, __a) {
    [all...]
set.h 48 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
51 typedef typename _Base::const_iterator _Base_const_iterator;
52 typedef typename _Base::iterator _Base_iterator;
61 typedef typename _Base::reference reference;
62 typedef typename _Base::const_reference const_reference;
69 typedef typename _Base::size_type size_type;
70 typedef typename _Base::difference_type difference_type;
71 typedef typename _Base::pointer pointer;
72 typedef typename _Base::const_pointer const_pointer;
79 : _Base(__comp, __a) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
map.h 50 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
59 typedef typename _Base::reference reference;
60 typedef typename _Base::const_reference const_reference;
62 typedef typename _Base::iterator iterator;
63 typedef typename _Base::const_iterator const_iterator;
64 typedef typename _Base::size_type size_type;
65 typedef typename _Base::difference_type difference_type;
66 typedef typename _Base::pointer pointer;
67 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a
    [all...]
multimap.h 44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
53 typedef typename _Base::reference reference;
54 typedef typename _Base::const_reference const_reference;
56 typedef typename _Base::iterator iterator;
57 typedef typename _Base::const_iterator const_iterator;
58 typedef typename _Base::reverse_iterator reverse_iterator;
59 typedef typename _Base::const_reverse_iterator const_reverse_iterator;
61 typedef typename _Base::size_type size_type;
62 typedef typename _Base::difference_type difference_type;
63 typedef typename _Base::pointer pointer
    [all...]
multiset.h 44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
53 typedef typename _Base::reference reference;
54 typedef typename _Base::const_reference const_reference;
56 typedef typename _Base::iterator iterator;
57 typedef typename _Base::const_iterator const_iterator;
58 typedef typename _Base::reverse_iterator reverse_iterator;
59 typedef typename _Base::const_reverse_iterator const_reverse_iterator;
61 typedef typename _Base::size_type size_type;
62 typedef typename _Base::difference_type difference_type;
63 typedef typename _Base::pointer pointer
    [all...]
set.h 44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
53 typedef typename _Base::reference reference;
54 typedef typename _Base::const_reference const_reference;
56 typedef typename _Base::iterator iterator;
57 typedef typename _Base::const_iterator const_iterator;
58 typedef typename _Base::reverse_iterator reverse_iterator;
59 typedef typename _Base::const_reverse_iterator const_reverse_iterator;
61 typedef typename _Base::size_type size_type;
62 typedef typename _Base::difference_type difference_type;
63 typedef typename _Base::pointer pointer
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
map.h 48 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
50 typedef typename _Base::const_iterator _Base_const_iterator;
51 typedef typename _Base::iterator _Base_iterator;
60 typedef typename _Base::reference reference;
61 typedef typename _Base::const_reference const_reference;
68 typedef typename _Base::size_type size_type;
69 typedef typename _Base::difference_type difference_type;
70 typedef typename _Base::pointer pointer;
71 typedef typename _Base::const_pointer const_pointer;
78 : _Base(__comp, __a) {
    [all...]
multimap.h 49 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
51 typedef typename _Base::const_iterator _Base_const_iterator;
52 typedef typename _Base::iterator _Base_iterator;
61 typedef typename _Base::reference reference;
62 typedef typename _Base::const_reference const_reference;
69 typedef typename _Base::size_type size_type;
70 typedef typename _Base::difference_type difference_type;
71 typedef typename _Base::pointer pointer;
72 typedef typename _Base::const_pointer const_pointer;
79 : _Base(__comp, __a) {
    [all...]
multiset.h 48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
50 typedef typename _Base::const_iterator _Base_const_iterator;
51 typedef typename _Base::iterator _Base_iterator;
60 typedef typename _Base::reference reference;
61 typedef typename _Base::const_reference const_reference;
68 typedef typename _Base::size_type size_type;
69 typedef typename _Base::difference_type difference_type;
70 typedef typename _Base::pointer pointer;
71 typedef typename _Base::const_pointer const_pointer;
78 : _Base(__comp, __a) {
    [all...]

Completed in 457 milliseconds

1 2 3 4 5 6 7 891011>>