/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 53 # define __allocator__ _Alloc 58 template<class _CharT, class _Alloc> 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 63 template<class _CharT, class _Alloc> 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 70 _Rope_iterator_base<_CharT, _Alloc>* __x = this [all...] |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 45 # include <stl/_alloc.h> 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation; 93 template<class _CharT, class _Alloc> struct _Rope_RopeRep; 94 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf; 95 template<class _CharT, class _Alloc> struct _Rope_RopeFunction; 96 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring; 97 template<class _CharT, class _Alloc> class _Rope_iterator; 98 template<class _CharT, class _Alloc> class _Rope_const_iterator [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 65 template <class _CharT, class _Alloc> 67 _Rope_iterator_base<_CharT, _Alloc>:: 68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x) 77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data; 88 _Alloc>*)__leaf)->_M_fn; 110 template <class _CharT, class _Alloc> 112 _Rope_iterator_base<_CharT, _Alloc>:: 113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x) 152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = 153 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 267 template <class _Alloc> 269 typedef _Bvector_base<_Alloc> _Self; 271 _STLP_FORCE_ALLOCATORS(bool, _Alloc) 272 typedef _Alloc allocator_type; 274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type; 322 # define __BVEC_TMPL_HEADER template <class _Alloc> 330 # define _Alloc allocator<bool> 342 # define __BVECTOR_QUALIFIED vector<bool, _Alloc> 358 class __BVECTOR_QUALIFIED : public _STLP_PRIV _Bvector_base<_Alloc > 363 typedef _STLP_PRIV _Bvector_base<_Alloc > _Base [all...] |
_rope.c | 53 # define __allocator__ _Alloc 58 template<class _CharT, class _Alloc> 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 63 template<class _CharT, class _Alloc> 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 70 _Rope_iterator_base<_CharT, _Alloc>* __x = this [all...] |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 45 # include <stl/_alloc.h> 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation; 93 template<class _CharT, class _Alloc> struct _Rope_RopeRep; 94 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf; 95 template<class _CharT, class _Alloc> struct _Rope_RopeFunction; 96 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring; 97 template<class _CharT, class _Alloc> class _Rope_iterator; 98 template<class _CharT, class _Alloc> class _Rope_const_iterator [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 65 template <class _CharT, class _Alloc> 67 _Rope_iterator_base<_CharT, _Alloc>:: 68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x) 77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data; 88 _Alloc>*)__leaf)->_M_fn; 110 template <class _CharT, class _Alloc> 112 _Rope_iterator_base<_CharT, _Alloc>:: 113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x) 152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = 153 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 267 template <class _Alloc> 269 typedef _Bvector_base<_Alloc> _Self; 271 _STLP_FORCE_ALLOCATORS(bool, _Alloc) 272 typedef _Alloc allocator_type; 274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type; 322 # define __BVEC_TMPL_HEADER template <class _Alloc> 330 # define _Alloc allocator<bool> 342 # define __BVECTOR_QUALIFIED vector<bool, _Alloc> 358 class __BVECTOR_QUALIFIED : public _STLP_PRIV _Bvector_base<_Alloc > 363 typedef _STLP_PRIV _Bvector_base<_Alloc > _Base [all...] |
_rope.c | 53 # define __allocator__ _Alloc 58 template<class _CharT, class _Alloc> 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) 60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos), 63 template<class _CharT, class _Alloc> 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): 65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos), 70 _Rope_iterator_base<_CharT, _Alloc>* __x = this [all...] |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 45 # include <stl/_alloc.h> 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation; 93 template<class _CharT, class _Alloc> struct _Rope_RopeRep; 94 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf; 95 template<class _CharT, class _Alloc> struct _Rope_RopeFunction; 96 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring; 97 template<class _CharT, class _Alloc> class _Rope_iterator; 98 template<class _CharT, class _Alloc> class _Rope_const_iterator [all...] |
/external/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 45 # include <stl/_alloc.h> 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation; 93 template<class _CharT, class _Alloc> struct _Rope_RopeRep; 94 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf; 95 template<class _CharT, class _Alloc> struct _Rope_RopeFunction; 96 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring; 97 template<class _CharT, class _Alloc> class _Rope_iterator; 98 template<class _CharT, class _Alloc> class _Rope_const_iterator [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 45 # include <stl/_alloc.h> 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation; 93 template<class _CharT, class _Alloc> struct _Rope_RopeRep; 94 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf; 95 template<class _CharT, class _Alloc> struct _Rope_RopeFunction; 96 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring; 97 template<class _CharT, class _Alloc> class _Rope_iterator; 98 template<class _CharT, class _Alloc> class _Rope_const_iterator [all...] |