Searched refs:__alloc (Results 1 - 25 of 56) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_uninitialized.h237 _ForwardIterator __result, _Allocator& __alloc)
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
249 std::_Destroy(__result, __cur, __alloc);
264 _ForwardIterator __result, _Allocator& __alloc)
268 __result, __alloc);
277 _Allocator& __alloc)
281 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
287 const _Tp& __x, _Allocator& __alloc)
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
298 std::_Destroy(__first, __cur, __alloc);
236 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
263 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
274 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
286 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
312 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
349 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
377 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
404 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
426 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
553 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
584 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_uninitialized.h237 _ForwardIterator __result, _Allocator& __alloc)
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
249 std::_Destroy(__result, __cur, __alloc);
264 _ForwardIterator __result, _Allocator& __alloc)
268 __result, __alloc);
277 _Allocator& __alloc)
281 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
287 const _Tp& __x, _Allocator& __alloc)
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
298 std::_Destroy(__first, __cur, __alloc);
236 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
263 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
274 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
286 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
312 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
349 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
377 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
404 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
426 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
553 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
584 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_uninitialized.h237 _ForwardIterator __result, _Allocator& __alloc)
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
249 std::_Destroy(__result, __cur, __alloc);
264 _ForwardIterator __result, _Allocator& __alloc)
268 __result, __alloc);
277 _Allocator& __alloc)
281 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
287 const _Tp& __x, _Allocator& __alloc)
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
298 std::_Destroy(__first, __cur, __alloc);
236 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
263 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
274 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
286 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
312 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
349 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
377 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
404 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
426 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
553 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
584 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_uninitialized.h237 _ForwardIterator __result, _Allocator& __alloc)
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
249 std::_Destroy(__result, __cur, __alloc);
264 _ForwardIterator __result, _Allocator& __alloc)
268 __result, __alloc);
277 _Allocator& __alloc)
281 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
287 const _Tp& __x, _Allocator& __alloc)
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
298 std::_Destroy(__first, __cur, __alloc);
236 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
263 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
274 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
286 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
312 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
349 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
377 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
404 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
426 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
553 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
584 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_uninitialized.h258 _ForwardIterator __result, _Allocator& __alloc)
265 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
270 std::_Destroy(__result, __cur, __alloc);
285 _ForwardIterator __result, _Allocator& __alloc)
289 __result, __alloc);
298 _Allocator& __alloc)
302 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
308 const _Tp& __x, _Allocator& __alloc)
315 __traits::construct(__alloc, std::__addressof(*__cur), __x);
319 std::_Destroy(__first, __cur, __alloc);
257 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
284 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
295 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
307 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
333 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
370 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
398 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
425 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
447 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
580 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
611 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_uninitialized.h257 _ForwardIterator __result, _Allocator& __alloc)
264 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
269 std::_Destroy(__result, __cur, __alloc);
284 _ForwardIterator __result, _Allocator& __alloc)
288 __result, __alloc);
297 _Allocator& __alloc)
301 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
307 const _Tp& __x, _Allocator& __alloc)
314 __traits::construct(__alloc, std::__addressof(*__cur), __x);
318 std::_Destroy(__first, __cur, __alloc);
256 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
283 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
294 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
306 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
332 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
369 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
397 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
424 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
446 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
579 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
610 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_uninitialized.h258 _ForwardIterator __result, _Allocator& __alloc)
265 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
270 std::_Destroy(__result, __cur, __alloc);
285 _ForwardIterator __result, _Allocator& __alloc)
289 __result, __alloc);
298 _Allocator& __alloc)
302 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
308 const _Tp& __x, _Allocator& __alloc)
315 __traits::construct(__alloc, std::__addressof(*__cur), __x);
319 std::_Destroy(__first, __cur, __alloc);
257 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
284 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
295 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
307 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
333 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
370 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
398 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
425 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
447 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
580 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
611 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_uninitialized.h258 _ForwardIterator __result, _Allocator& __alloc)
265 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
270 std::_Destroy(__result, __cur, __alloc);
285 _ForwardIterator __result, _Allocator& __alloc)
289 __result, __alloc);
298 _Allocator& __alloc)
302 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
308 const _Tp& __x, _Allocator& __alloc)
315 __traits::construct(__alloc, std::__addressof(*__cur), __x);
319 std::_Destroy(__first, __cur, __alloc);
257 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
284 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
295 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
307 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
333 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
370 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
398 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
425 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
447 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
580 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
611 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
H A Dcxxabi.h75 __cxa_cdtor_type __destructor, void *(*__alloc) (size_t),
81 __cxa_cdtor_type __destructor, void *(*__alloc) (size_t),

Completed in 357 milliseconds

123