HomeSort by relevance Sort by last modified time
    Searched defs:_Alloc (Results 1 - 18 of 18) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist.c 42 template <class _Tp, class _Alloc>
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
69 template <class _Tp, class _Alloc>
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
90 template <class _Tp, class _Alloc>
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
105 template <class _Tp, class _Alloc>
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x)
    [all...]
_list.c 65 template <class _Tp, class _Alloc>
66 void _List_base<_Tp,_Alloc>::clear() {
94 template <class _Tp, class _Alloc>
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
106 template <class _Tp, class _Alloc>
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
123 template <class _Tp, class _Alloc>
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val)
    [all...]
_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/current/sources/cxx-stl/stlport/stlport/stl/
_slist.c 42 template <class _Tp, class _Alloc>
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
69 template <class _Tp, class _Alloc>
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
90 template <class _Tp, class _Alloc>
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
105 template <class _Tp, class _Alloc>
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x)
    [all...]
_list.c 65 template <class _Tp, class _Alloc>
66 void _List_base<_Tp,_Alloc>::clear() {
94 template <class _Tp, class _Alloc>
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
106 template <class _Tp, class _Alloc>
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
123 template <class _Tp, class _Alloc>
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val)
    [all...]
_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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 66 template<typename Metadata, typename _Alloc>
70 typedef _Alloc allocator_type;
71 typedef typename _Alloc::template rebind<Metadata> __rebind_m;
82 template<typename _Alloc>
83 struct _Metadata<null_type, _Alloc>
86 typedef _Alloc allocator_type;
96 typedef typename Metadata::allocator_type _Alloc;
99 typedef _Alloc allocator_type;
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
111 typedef typename _Alloc::template rebind<_ATraits> __rebind_at
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 66 template <class _CharT, class _Alloc>
68 _Rope_iterator_base<_CharT, _Alloc>::
69 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
78 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 _Alloc>*)__leaf)->_M_fn;
111 template <class _CharT, class _Alloc>
113 _Rope_iterator_base<_CharT, _Alloc>::
114 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
153 _Rope_RopeConcatenation<_CharT, _Alloc>* __c =
154 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 66 template<typename Metadata, typename _Alloc>
70 typedef _Alloc allocator_type;
71 typedef typename _Alloc::template rebind<Metadata> __rebind_m;
82 template<typename _Alloc>
83 struct _Metadata<null_type, _Alloc>
86 typedef _Alloc allocator_type;
96 typedef typename Metadata::allocator_type _Alloc;
99 typedef _Alloc allocator_type;
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
111 typedef typename _Alloc::template rebind<_ATraits> __rebind_at
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 66 template <class _CharT, class _Alloc>
68 _Rope_iterator_base<_CharT, _Alloc>::
69 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
78 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 _Alloc>*)__leaf)->_M_fn;
111 template <class _CharT, class _Alloc>
113 _Rope_iterator_base<_CharT, _Alloc>::
114 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
153 _Rope_RopeConcatenation<_CharT, _Alloc>* __c =
154 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 66 template<typename Metadata, typename _Alloc>
70 typedef _Alloc allocator_type;
71 typedef typename _Alloc::template rebind<Metadata> __rebind_m;
82 template<typename _Alloc>
83 struct _Metadata<null_type, _Alloc>
86 typedef _Alloc allocator_type;
96 typedef typename Metadata::allocator_type _Alloc;
99 typedef _Alloc allocator_type;
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
111 typedef typename _Alloc::template rebind<_ATraits> __rebind_at
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 66 template <class _CharT, class _Alloc>
68 _Rope_iterator_base<_CharT, _Alloc>::
69 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
78 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 _Alloc>*)__leaf)->_M_fn;
111 template <class _CharT, class _Alloc>
113 _Rope_iterator_base<_CharT, _Alloc>::
114 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
153 _Rope_RopeConcatenation<_CharT, _Alloc>* __c =
154 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 66 template<typename Metadata, typename _Alloc>
70 typedef _Alloc allocator_type;
71 typedef typename _Alloc::template rebind<Metadata> __rebind_m;
82 template<typename _Alloc>
83 struct _Metadata<null_type, _Alloc>
86 typedef _Alloc allocator_type;
96 typedef typename Metadata::allocator_type _Alloc;
99 typedef _Alloc allocator_type;
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
111 typedef typename _Alloc::template rebind<_ATraits> __rebind_at
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h 66 template <class _CharT, class _Alloc>
68 _Rope_iterator_base<_CharT, _Alloc>::
69 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
78 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 _Alloc>*)__leaf)->_M_fn;
111 template <class _CharT, class _Alloc>
113 _Rope_iterator_base<_CharT, _Alloc>::
114 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
153 _Rope_RopeConcatenation<_CharT, _Alloc>* __c =
154 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope
    [all...]

Completed in 400 milliseconds