HomeSort by relevance Sort by last modified time
    Searched refs:__a (Results 251 - 275 of 1100) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); }
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); }
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b)
186 { __a.swap(__b); }
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b)
192 { __a.swap(__b); }
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b)
194 { __a.swap(__b);
    [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 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
356 _My_alloc_type __a(_M_del);
358 __a.deallocate(this, 1);
395 _Sp_counted_ptr_inplace(_Alloc __a)
396 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
406 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
slice_array.h 202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
204 _M_array(__a.begin() + __s.start()) {}
216 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
218 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
unordered_map.h 71 const allocator_type& __a = allocator_type())
74 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
82 const allocator_type& __a = allocator_type())
85 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
92 const allocator_type& __a = allocator_type())
96 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
142 const allocator_type& __a = allocator_type())
145 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
154 const allocator_type& __a = allocator_type())
157 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __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 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
356 _My_alloc_type __a(_M_del);
358 __a.deallocate(this, 1);
395 _Sp_counted_ptr_inplace(_Alloc __a)
396 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
406 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
slice_array.h 202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
204 _M_array(__a.begin() + __s.start()) {}
216 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
218 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
unordered_map.h 71 const allocator_type& __a = allocator_type())
74 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
82 const allocator_type& __a = allocator_type())
85 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
92 const allocator_type& __a = allocator_type())
96 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
142 const allocator_type& __a = allocator_type())
145 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
154 const allocator_type& __a = allocator_type())
157 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
356 _My_alloc_type __a(_M_del);
358 __a.deallocate(this, 1);
395 _Sp_counted_ptr_inplace(_Alloc __a)
396 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
406 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
slice_array.h 202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
204 _M_array(__a.begin() + __s.start()) {}
216 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
218 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
unordered_map.h 71 const allocator_type& __a = allocator_type())
74 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
82 const allocator_type& __a = allocator_type())
85 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
92 const allocator_type& __a = allocator_type())
96 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
142 const allocator_type& __a = allocator_type())
145 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
154 const allocator_type& __a = allocator_type())
157 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
356 _My_alloc_type __a(_M_del);
358 __a.deallocate(this, 1);
395 _Sp_counted_ptr_inplace(_Alloc __a)
396 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
406 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
slice_array.h 202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
204 _M_array(__a.begin() + __s.start()) {}
216 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
218 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
unordered_map.h 71 const allocator_type& __a = allocator_type())
74 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
82 const allocator_type& __a = allocator_type())
85 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
92 const allocator_type& __a = allocator_type())
96 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
142 const allocator_type& __a = allocator_type())
145 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
154 const allocator_type& __a = allocator_type())
157 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
slice_array.h 200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
202 _M_array(__a.begin() + __s.start()) {}
214 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
216 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
202 _M_array(__a.begin() + __s.start()) {}
214 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
216 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
202 _M_array(__a.begin() + __s.start()) {}
214 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
216 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
202 _M_array(__a.begin() + __s.start()) {}
214 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
216 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
slice_array.h 200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
202 _M_array(__a.begin() + __s.start()) {}
214 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
216 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
204 _M_array(__a.begin() + __s.start()) {}
216 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
218 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
unordered_map.h 74 const allocator_type& __a = allocator_type())
77 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
85 const allocator_type& __a = allocator_type())
88 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
95 const allocator_type& __a = allocator_type())
99 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
148 const allocator_type& __a = allocator_type())
151 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
160 const allocator_type& __a = allocator_type())
163 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
    [all...]
unordered_set.h 76 const allocator_type& __a = allocator_type())
79 std::_Identity<value_type>(), __a)
87 const allocator_type& __a = allocator_type())
90 std::_Identity<value_type>(), __a)
97 const allocator_type& __a = allocator_type())
101 std::_Identity<value_type>(), __a)
160 const allocator_type& __a = allocator_type())
163 std::_Identity<value_type>(), __a)
172 const allocator_type& __a = allocator_type())
175 std::_Identity<value_type>(), __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
204 _M_array(__a.begin() + __s.start()) {}
216 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
218 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,
unordered_map.h 74 const allocator_type& __a = allocator_type())
77 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
85 const allocator_type& __a = allocator_type())
88 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
95 const allocator_type& __a = allocator_type())
99 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
148 const allocator_type& __a = allocator_type())
151 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
160 const allocator_type& __a = allocator_type())
163 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
    [all...]
unordered_set.h 76 const allocator_type& __a = allocator_type())
79 std::_Identity<value_type>(), __a)
87 const allocator_type& __a = allocator_type())
90 std::_Identity<value_type>(), __a)
97 const allocator_type& __a = allocator_type())
101 std::_Identity<value_type>(), __a)
160 const allocator_type& __a = allocator_type())
163 std::_Identity<value_type>(), __a)
172 const allocator_type& __a = allocator_type())
175 std::_Identity<value_type>(), __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
slice_array.h 201 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s)
203 _M_array(__a.begin() + __s.start()) {}
215 slice_array<_Tp>::operator=(const slice_array<_Tp>& __a)
217 std::__valarray_copy(__a._M_array, __a._M_sz, __a._M_stride,

Completed in 492 milliseconds

<<11121314151617181920>>