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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future 143 async(launch __policy, _Fn&& __fn, _Args&&... __args);
158 async(_Fn&& __fn, _Args&&... __args);
1175 _M_run(_Args... __args)
1179 _S_maybe_wrap_ref(std::forward<_Args>(__args))...);
    [all...]
thread 133 thread(_Callable&& __f, _Args&&... __args)
137 std::forward<_Args>(__args)...)));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 143 async(launch __policy, _Fn&& __fn, _Args&&... __args);
158 async(_Fn&& __fn, _Args&&... __args);
1175 _M_run(_Args... __args)
1179 _S_maybe_wrap_ref(std::forward<_Args>(__args))...);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 172 async(launch __policy, _Fn&& __fn, _Args&&... __args);
187 async(_Fn&& __fn, _Args&&... __args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 143 async(launch __policy, _Fn&& __fn, _Args&&... __args);
158 async(_Fn&& __fn, _Args&&... __args);
1175 _M_run(_Args... __args)
1179 _S_maybe_wrap_ref(std::forward<_Args>(__args))...);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 172 async(launch __policy, _Fn&& __fn, _Args&&... __args);
187 async(_Fn&& __fn, _Args&&... __args);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_map 638 __value_type(_Args&& ...__args)
639 : __cc(std::forward<_Args>(__args)...) {}
794 pair<iterator, bool> emplace(_Args&&... __args);
798 iterator emplace_hint(const_iterator, _Args&&... __args)
799 {return emplace(_VSTD::forward<_Args>(__args)...).first;}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
extptr_allocator.h 105 construct(pointer __p, _Args&&... __args)
106 { ::new(__p.get()) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
thread 132 thread(_Callable&& __f, _Args&&... __args)
133 { _M_start_thread(_M_make_routine(std::bind(__f, __args...))); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 67 __const void *__const *__args);
136 __const void *__const *__restrict __args) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_construct.h 75 _Construct(_T1* __p, _Args&&... __args)
76 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
extptr_allocator.h 109 construct(pointer __p, _Args&&... __args)
110 { ::new(__p.get()) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
thread 133 thread(_Callable&& __f, _Args&&... __args)
137 std::forward<_Args>(__args)...)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 67 __const void *__const *__args);
136 __const void *__const *__restrict __args) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 67 __const void *__const *__args);
136 __const void *__const *__restrict __args) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_construct.h 75 _Construct(_T1* __p, _Args&&... __args)
76 { ::new(static_cast<void*>(__p)) _T1(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/ext/
extptr_allocator.h 109 construct(pointer __p, _Args&&... __args)
110 { ::new(__p.get()) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 105 construct(pointer __p, _Args&&... __args)
106 { ::new(__p.get()) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
thread 132 thread(_Callable&& __f, _Args&&... __args)
133 { _M_start_thread(_M_make_routine(std::bind(__f, __args...))); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 105 construct(pointer __p, _Args&&... __args)
106 { ::new(__p.get()) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
thread 132 thread(_Callable&& __f, _Args&&... __args)
133 { _M_start_thread(_M_make_routine(std::bind(__f, __args...))); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 105 construct(pointer __p, _Args&&... __args)
106 { ::new(__p.get()) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
thread 132 thread(_Callable&& __f, _Args&&... __args)
133 { _M_start_thread(_M_make_routine(std::bind(__f, __args...))); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
extptr_allocator.h 105 construct(pointer __p, _Args&&... __args)
106 { ::new(__p.get()) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
thread 132 thread(_Callable&& __f, _Args&&... __args)
133 { _M_start_thread(_M_make_routine(std::bind(__f, __args...))); }

Completed in 713 milliseconds

1 2 3 4 5 6 7 891011>>