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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 649 construct(pointer __p, _Args&&... __args)
650 { return _M_allocator.construct(__p, 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/profile/
list 327 emplace(iterator __position, _Args&&... __args)
330 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/x86_64-linux/bits/
gthr-default.h 661 void *__args)
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 661 void *__args)
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.tcc 206 _M_insert_after(const_iterator __pos, _Args&&... __args)
213 _M_create_node(std::forward<_Args>(__args)...) );
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
list 302 emplace(iterator __position, _Args&&... __args)
306 std::forward<_Args>(__args)...), this);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.tcc 206 _M_insert_after(const_iterator __pos, _Args&&... __args)
213 _M_create_node(std::forward<_Args>(__args)...) );
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
list 302 emplace(iterator __position, _Args&&... __args)
306 std::forward<_Args>(__args)...), this);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.tcc 206 _M_insert_after(const_iterator __pos, _Args&&... __args)
213 _M_create_node(std::forward<_Args>(__args)...) );
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
list 302 emplace(iterator __position, _Args&&... __args)
306 std::forward<_Args>(__args)...), this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.tcc 206 _M_insert_after(const_iterator __pos, _Args&&... __args)
213 _M_create_node(std::forward<_Args>(__args)...) );
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
list 302 emplace(iterator __position, _Args&&... __args)
306 std::forward<_Args>(__args)...), this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.tcc 58 _M_insert_after(const_iterator __pos, _Args&&... __args)
62 _Node* __thing = _M_create_node(std::forward<_Args>(__args)...);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
forward_list 246 emplace_after(const_iterator __pos, _Args&&... __args)
250 std::forward<_Args>(__args)...),
list 374 emplace(iterator __position, _Args&&... __args)
378 std::forward<_Args>(__args)...), this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 649 construct(pointer __p, _Args&&... __args)
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
list 327 emplace(iterator __position, _Args&&... __args)
330 std::forward<_Args>(__args)...));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 674 void *__args)
676 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 674 void *__args)
676 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 674 void *__args)
676 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 674 void *__args)
676 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 674 void *__args)
676 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 674 void *__args)
676 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 674 void *__args)
676 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 674 void *__args)
676 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);

Completed in 1662 milliseconds

<<11121314151617181920>>