HomeSort by relevance Sort by last modified time
    Searched full:__args (Results 151 - 175 of 606) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
282 __shared_count(_Sp_make_shared_tag, _Tp*, _Alloc __a, _Args&&... __args)
292 std::forward<_Args>(__args)...);
855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
857 std::forward<_Args>(__args)...)
869 __allocate_shared(_Alloc __a, _Args&&... __args);
    [all...]
vector.tcc 91 emplace_back(_Args&&... __args)
96 std::forward<_Args>(__args)...);
100 _M_insert_aux(end(), std::forward<_Args>(__args)...);
272 emplace(iterator __position, _Args&&... __args)
279 std::forward<_Args>(__args)...);
283 _M_insert_aux(__position, std::forward<_Args>(__args)...);
291 _M_insert_aux(iterator __position, _Args&&... __args)
314 *__position = _Tp(std::forward<_Args>(__args)...);
332 std::forward<_Args>(__args)...);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
282 __shared_count(_Sp_make_shared_tag, _Tp*, _Alloc __a, _Args&&... __args)
292 std::forward<_Args>(__args)...);
855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
857 std::forward<_Args>(__args)...)
869 __allocate_shared(_Alloc __a, _Args&&... __args);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
282 __shared_count(_Sp_make_shared_tag, _Tp*, _Alloc __a, _Args&&... __args)
292 std::forward<_Args>(__args)...);
855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
857 std::forward<_Args>(__args)...)
869 __allocate_shared(_Alloc __a, _Args&&... __args);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
282 __shared_count(_Sp_make_shared_tag, _Tp*, _Alloc __a, _Args&&... __args)
292 std::forward<_Args>(__args)...);
855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
857 std::forward<_Args>(__args)...)
869 __allocate_shared(_Alloc __a, _Args&&... __args);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
282 __shared_count(_Sp_make_shared_tag, _Tp*, _Alloc __a, _Args&&... __args)
292 std::forward<_Args>(__args)...);
855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
857 std::forward<_Args>(__args)...)
869 __allocate_shared(_Alloc __a, _Args&&... __args);
    [all...]
  /external/stlport/stlport/stl/debug/
_debug.c 338 STLPORT_CSTD::va_list __args; local
339 va_start( __args, __format_str );
348 wvsprintf(__buffer, _lpw, __args);
354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args);
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args);
370 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
374 vsprintf(__buffer, __format_str, __args);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 338 STLPORT_CSTD::va_list __args; local
339 va_start( __args, __format_str );
348 wvsprintf(__buffer, _lpw, __args);
354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args);
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args);
370 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
374 vsprintf(__buffer, __format_str, __args);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 338 STLPORT_CSTD::va_list __args; local
339 va_start( __args, __format_str );
348 wvsprintf(__buffer, _lpw, __args);
354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args);
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args);
370 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
374 vsprintf(__buffer, __format_str, __args);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 338 STLPORT_CSTD::va_list __args; local
339 va_start( __args, __format_str );
348 wvsprintf(__buffer, _lpw, __args);
354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args);
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args);
370 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
374 vsprintf(__buffer, __format_str, __args);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 338 STLPORT_CSTD::va_list __args; local
339 va_start( __args, __format_str );
348 wvsprintf(__buffer, _lpw, __args);
354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args);
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args);
370 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
374 vsprintf(__buffer, __format_str, __args);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
vector.tcc 93 emplace_back(_Args&&... __args)
98 std::forward<_Args>(__args)...);
102 _M_emplace_back_aux(std::forward<_Args>(__args)...);
293 emplace(iterator __position, _Args&&... __args)
300 std::forward<_Args>(__args)...);
304 _M_insert_aux(__position, std::forward<_Args>(__args)...);
312 _M_insert_aux(iterator __position, _Args&&... __args)
335 *__position = _Tp(std::forward<_Args>(__args)...);
354 std::forward<_Args>(__args)...);
398 _M_emplace_back_aux(_Args&&... __args)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 338 STLPORT_CSTD::va_list __args; local
339 va_start( __args, __format_str );
348 wvsprintf(__buffer, _lpw, __args);
354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args);
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args);
370 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
374 vsprintf(__buffer, __format_str, __args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.c 338 STLPORT_CSTD::va_list __args; local
339 va_start( __args, __format_str );
348 wvsprintf(__buffer, _lpw, __args);
354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args);
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args);
370 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args);
372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args);
374 vsprintf(__buffer, __format_str, __args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
vector.tcc 93 emplace_back(_Args&&... __args)
98 std::forward<_Args>(__args)...);
102 _M_emplace_back_aux(std::forward<_Args>(__args)...);
293 emplace(iterator __position, _Args&&... __args)
300 std::forward<_Args>(__args)...);
304 _M_insert_aux(__position, std::forward<_Args>(__args)...);
312 _M_insert_aux(iterator __position, _Args&&... __args)
335 *__position = _Tp(std::forward<_Args>(__args)...);
354 std::forward<_Args>(__args)...);
398 _M_emplace_back_aux(_Args&&... __args)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
vector.tcc 92 emplace_back(_Args&&... __args)
97 std::forward<_Args>(__args)...);
101 _M_emplace_back_aux(std::forward<_Args>(__args)...);
295 emplace(iterator __position, _Args&&... __args)
302 std::forward<_Args>(__args)...);
306 _M_insert_aux(__position, std::forward<_Args>(__args)...);
314 _M_insert_aux(iterator __position, _Args&&... __args)
337 *__position = _Tp(std::forward<_Args>(__args)...);
356 std::forward<_Args>(__args)...);
400 _M_emplace_back_aux(_Args&&... __args)
    [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 405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
509 _Args&&... __args)
519 std::forward<_Args>(__args)...);
985 _Args&&... __args)
987 std::forward<_Args>(__args)...)
1009 _Args&&... __args)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1033 __allocate_shared(const _Alloc& __a, _Args&&... __args);
    [all...]
shared_ptr.h 316 _Args&&... __args)
317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
322 allocate_shared(const _Alloc& __a, _Args&&... __args);
522 * @param __args Arguments for the @a _Tp object's constructor.
532 allocate_shared(const _Alloc& __a, _Args&&... __args)
535 std::forward<_Args>(__args)...);
540 * @param __args Arguments for the @a _Tp object's constructor.
547 make_shared(_Args&&... __args)
551 std::forward<_Args>(__args)...);
vector.tcc 93 emplace_back(_Args&&... __args)
98 std::forward<_Args>(__args)...);
102 _M_insert_aux(end(), std::forward<_Args>(__args)...);
281 emplace(iterator __position, _Args&&... __args)
288 std::forward<_Args>(__args)...);
292 _M_insert_aux(__position, std::forward<_Args>(__args)...);
300 _M_insert_aux(iterator __position, _Args&&... __args)
323 *__position = _Tp(std::forward<_Args>(__args)...);
341 std::forward<_Args>(__args)...);
  /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 405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
509 _Args&&... __args)
519 std::forward<_Args>(__args)...);
985 _Args&&... __args)
987 std::forward<_Args>(__args)...)
1009 _Args&&... __args)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1033 __allocate_shared(const _Alloc& __a, _Args&&... __args);
    [all...]
shared_ptr.h 316 _Args&&... __args)
317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
322 allocate_shared(const _Alloc& __a, _Args&&... __args);
522 * @param __args Arguments for the @a _Tp object's constructor.
532 allocate_shared(const _Alloc& __a, _Args&&... __args)
535 std::forward<_Args>(__args)...);
540 * @param __args Arguments for the @a _Tp object's constructor.
547 make_shared(_Args&&... __args)
551 std::forward<_Args>(__args)...);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
509 _Args&&... __args)
519 std::forward<_Args>(__args)...);
985 _Args&&... __args)
987 std::forward<_Args>(__args)...)
1009 _Args&&... __args)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1033 __allocate_shared(const _Alloc& __a, _Args&&... __args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
509 _Args&&... __args)
519 std::forward<_Args>(__args)...);
985 _Args&&... __args)
987 std::forward<_Args>(__args)...)
1009 _Args&&... __args)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1033 __allocate_shared(const _Alloc& __a, _Args&&... __args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
future 171 async(launch __policy, _Fn&& __fn, _Args&&... __args);
175 async(_Fn&& __fn, _Args&&... __args);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
vector 330 emplace_back(_Args&&... __args)
333 _Base::emplace_back(std::forward<_Args>(__args)...);
352 emplace(iterator __position, _Args&&... __args)
358 std::forward<_Args>(__args)...);

Completed in 1813 milliseconds

1 2 3 4 5 67 8 91011>>