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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 215 typedef _Vector_base<_Tp, _Alloc> _Base;
216 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
221 typedef typename _Base::pointer pointer;
235 using _Base::_M_allocate;
236 using _Base::_M_deallocate;
237 using _Base::_M_impl;
238 using _Base::_M_get_Tp_allocator;
247 : _Base() { }
255 : _Base(__a) { }
267 : _Base(__n
    [all...]
forward_list.h 408 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
411 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
412 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
436 : _Base(_Node_alloc_type(__al))
445 : _Base(__list, _Node_alloc_type(__al))
454 : _Base(std::move(__list), _Node_alloc_type(__al))
466 : _Base()
480 : _Base(_Node_alloc_type(__al))
496 : _Base(_Node_alloc_type(__al))
512 : _Base(__list._M_get_Node_allocator()
    [all...]
stl_deque.h 721 * The memory setup and layout occurs in the parent, _Base, and the iterator
735 typedef _Deque_base<_Tp, _Alloc> _Base;
736 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
744 typedef typename _Base::iterator iterator;
745 typedef typename _Base::const_iterator const_iterator;
759 using _Base::_M_initialize_map;
760 using _Base::_M_create_nodes;
761 using _Base::_M_destroy_nodes;
762 using _Base::_M_allocate_node;
763 using _Base::_M_deallocate_node
    [all...]
  /external/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
  /external/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...]
_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/
_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/
_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)),
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
  /prebuilts/ndk/5/sources/cxx-stl/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...]
_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)),
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
  /prebuilts/ndk/6/sources/cxx-stl/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...]
_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)),
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
  /prebuilts/ndk/7/sources/cxx-stl/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...]
_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)),
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
  /prebuilts/ndk/8/sources/cxx-stl/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...]
_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)),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_deque.h 712 * The memory setup and layout occurs in the parent, _Base, and the iterator
726 typedef _Deque_base<_Tp, _Alloc> _Base;
727 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
735 typedef typename _Base::iterator iterator;
736 typedef typename _Base::const_iterator const_iterator;
750 using _Base::_M_initialize_map;
751 using _Base::_M_create_nodes;
752 using _Base::_M_destroy_nodes;
753 using _Base::_M_allocate_node;
754 using _Base::_M_deallocate_node
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_deque.h 712 * The memory setup and layout occurs in the parent, _Base, and the iterator
726 typedef _Deque_base<_Tp, _Alloc> _Base;
727 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
735 typedef typename _Base::iterator iterator;
736 typedef typename _Base::const_iterator const_iterator;
750 using _Base::_M_initialize_map;
751 using _Base::_M_create_nodes;
752 using _Base::_M_destroy_nodes;
753 using _Base::_M_allocate_node;
754 using _Base::_M_deallocate_node
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 712 * The memory setup and layout occurs in the parent, _Base, and the iterator
726 typedef _Deque_base<_Tp, _Alloc> _Base;
727 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
735 typedef typename _Base::iterator iterator;
736 typedef typename _Base::const_iterator const_iterator;
750 using _Base::_M_initialize_map;
751 using _Base::_M_create_nodes;
752 using _Base::_M_destroy_nodes;
753 using _Base::_M_allocate_node;
754 using _Base::_M_deallocate_node
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h 91 typedef _GBase<_Dom> _Base;
92 typedef typename _Base::value_type value_type;
95 : _Base (__e, __i) {}
102 typedef _GBase<_Array<_Tp> > _Base;
103 typedef typename _Base::value_type value_type;
106 : _Base (__a, __i) {}
138 typedef _IBase<_Dom> _Base;
139 typedef typename _Base::value_type value_type;
142 : _Base (__e, __i) {}
149 typedef _IBase<valarray<_Tp> > _Base;
    [all...]

Completed in 5919 milliseconds

1 2 3 4 5 6 78 91011>>