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

1 2

  /external/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...]
  /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...]
  /prebuilts/ndk/android-ndk-r5/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...]
  /prebuilts/ndk/android-ndk-r6/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...]
  /prebuilts/ndk/android-ndk-r7/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
100 typedef typename _Alloc::template
105 // Requires that copies of _Alloc can free each other's memory.
110 _My_Deleter(_Deleter __d, const _Alloc& __a)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
162 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
170 _Sp_counted_ptr_inplace(_Alloc __a
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 323 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
326 typedef typename _Alloc::template
331 // Requires that copies of _Alloc can free each other's memory.
336 _My_Deleter(_Deleter __d, const _Alloc& __a)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
386 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
388 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
390 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
395 _Sp_counted_ptr_inplace(_Alloc __a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 323 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
326 typedef typename _Alloc::template
331 // Requires that copies of _Alloc can free each other's memory.
336 _My_Deleter(_Deleter __d, const _Alloc& __a)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
386 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
388 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
390 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
395 _Sp_counted_ptr_inplace(_Alloc __a
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
100 typedef typename _Alloc::template
105 // Requires that copies of _Alloc can free each other's memory.
110 _My_Deleter(_Deleter __d, const _Alloc& __a)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
162 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
170 _Sp_counted_ptr_inplace(_Alloc __a
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
100 typedef typename _Alloc::template
105 // Requires that copies of _Alloc can free each other's memory.
110 _My_Deleter(_Deleter __d, const _Alloc& __a)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
162 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
170 _Sp_counted_ptr_inplace(_Alloc __a
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 96 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
100 typedef typename _Alloc::template
105 // Requires that copies of _Alloc can free each other's memory.
110 _My_Deleter(_Deleter __d, const _Alloc& __a)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
162 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
170 _Sp_counted_ptr_inplace(_Alloc __a
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
90 _Alloc>*)__leaf)->_M_fn;
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c =
155 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
90 _Alloc>*)__leaf)->_M_fn;
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c =
155 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope
    [all...]
  /prebuilts/ndk/android-ndk-r5/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...]

Completed in 755 milliseconds

1 2