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

1 2 3 4 5 6 78 910

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 61 typedef _STLP_NON_DBG_DEQUE _Base;
66 __IMPORT_CONTAINER_TYPEDEFS(_Base)
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
75 _Base _M_non_dbg_impl;
149 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
379 typename _Base::iterator tmp = --(_M_non_dbg_impl.end());
_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)),
_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...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 61 typedef _STLP_NON_DBG_DEQUE _Base;
66 __IMPORT_CONTAINER_TYPEDEFS(_Base)
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
75 _Base _M_non_dbg_impl;
149 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
379 typename _Base::iterator tmp = --(_M_non_dbg_impl.end());
_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)),
_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...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 61 typedef _STLP_NON_DBG_DEQUE _Base;
66 __IMPORT_CONTAINER_TYPEDEFS(_Base)
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
75 _Base _M_non_dbg_impl;
149 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
379 typename _Base::iterator tmp = --(_M_non_dbg_impl.end());
_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)),
_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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 411 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
414 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
415 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
416 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
441 : _Base(_Node_alloc_type(__al))
450 : _Base(_Node_alloc_type(__al))
460 : _Base(std::move(__list), _Node_alloc_type(__al))
472 : _Base(_Node_alloc_type(__al))
486 : _Base(_Node_alloc_type(__al))
503 : _Base(_Node_alloc_type(__al)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 411 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
414 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
415 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
416 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
441 : _Base(_Node_alloc_type(__al))
450 : _Base(_Node_alloc_type(__al))
460 : _Base(std::move(__list), _Node_alloc_type(__al))
472 : _Base(_Node_alloc_type(__al))
486 : _Base(_Node_alloc_type(__al))
503 : _Base(_Node_alloc_type(__al)
    [all...]