HomeSort by relevance Sort by last modified time
    Searched refs:_Base (Results 101 - 125 of 305) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/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...]
_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); }
  /prebuilts/ndk/6/sources/cxx-stl/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...]
  /prebuilts/ndk/7/sources/cxx-stl/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...]
  /prebuilts/ndk/8/sources/cxx-stl/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 187 typedef _Vector_base<_Tp, _Alloc> _Base;
188 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
206 using _Base::_M_allocate;
207 using _Base::_M_deallocate;
208 using _Base::_M_impl;
209 using _Base::_M_get_Tp_allocator;
228 : _Base() { }
236 : _Base(__a) { }
248 : _Base(__n)
261 : _Base(__n, __a
    [all...]
stl_list.h 456 typedef _List_base<_Tp, _Alloc> _Base;
457 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
478 using _Base::_M_impl;
479 using _Base::_M_put_node;
480 using _Base::_M_get_node;
481 using _Base::_M_get_Tp_allocator;
482 using _Base::_M_get_Node_allocator;
533 : _Base() { }
541 : _Base(__a) { }
553 : _Base()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 187 typedef _Vector_base<_Tp, _Alloc> _Base;
188 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
206 using _Base::_M_allocate;
207 using _Base::_M_deallocate;
208 using _Base::_M_impl;
209 using _Base::_M_get_Tp_allocator;
228 : _Base() { }
236 : _Base(__a) { }
248 : _Base(__n)
261 : _Base(__n, __a
    [all...]
stl_list.h 456 typedef _List_base<_Tp, _Alloc> _Base;
457 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
478 using _Base::_M_impl;
479 using _Base::_M_put_node;
480 using _Base::_M_get_node;
481 using _Base::_M_get_Tp_allocator;
482 using _Base::_M_get_Node_allocator;
533 : _Base() { }
541 : _Base(__a) { }
553 : _Base()
    [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); }
  /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)),
  /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); }
  /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)),

Completed in 1973 milliseconds

1 2 3 45 6 7 8 91011>>