HomeSort by relevance Sort by last modified time
    Searched refs:__args (Results 451 - 475 of 514) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
gthr-posix.h 673 void *__args)
675 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
gthr-default.h 673 void *__args)
675 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 673 void *__args)
675 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 924 emplace_back(_Args&&... __args);
947 * @param __args Arguments.
958 emplace(iterator __position, _Args&&... __args);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 924 emplace_back(_Args&&... __args);
947 * @param __args Arguments.
958 emplace(iterator __position, _Args&&... __args);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 924 emplace_back(_Args&&... __args);
947 * @param __args Arguments.
958 emplace(iterator __position, _Args&&... __args);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 100 _Hash_node(_Args&&... __args)
101 : _M_v(std::forward<_Args>(__args)...),
114 _Hash_node(_Args&&... __args)
115 : _M_v(std::forward<_Args>(__args)...),
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 100 _Hash_node(_Args&&... __args)
101 : _M_v(std::forward<_Args>(__args)...),
114 _Hash_node(_Args&&... __args)
115 : _M_v(std::forward<_Args>(__args)...),
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 100 _Hash_node(_Args&&... __args)
101 : _M_v(std::forward<_Args>(__args)...),
114 _Hash_node(_Args&&... __args)
115 : _M_v(std::forward<_Args>(__args)...),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
hashtable_policy.h 100 _Hash_node(_Args&&... __args)
101 : _M_v(std::forward<_Args>(__args)...),
114 _Hash_node(_Args&&... __args)
115 : _M_v(std::forward<_Args>(__args)...),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 80 _Hash_node(_Args&&... __args)
81 : _M_v(std::forward<_Args>(__args)...),
92 _Hash_node(_Args&&... __args)
93 : _M_v(std::forward<_Args>(__args)...),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 904 emplace_back(_Args&&... __args);
927 * @param __args Arguments.
938 emplace(iterator __position, _Args&&... __args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 80 _Hash_node(_Args&&... __args)
81 : _M_v(std::forward<_Args>(__args)...),
92 _Hash_node(_Args&&... __args)
93 : _M_v(std::forward<_Args>(__args)...),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 904 emplace_back(_Args&&... __args);
927 * @param __args Arguments.
938 emplace(iterator __position, _Args&&... __args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_vector.h 924 emplace_back(_Args&&... __args);
947 * @param __args Arguments.
958 emplace(iterator __position, _Args&&... __args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 1182 emplace_back(_Args&&... __args)
1183 { push_back(bool(__args...)); }
1187 emplace(const_iterator __pos, _Args&&... __args)
1188 { return insert(__pos, bool(__args...)); }
    [all...]
stl_vector.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args)
1062 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args)
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args)
1062 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args)
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args)
1062 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args)
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 1063 construct(pointer __p, _Args&&... __args)
1064 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
throw_allocator.h 649 construct(pointer __p, _Args&&... __args)
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }

Completed in 552 milliseconds

<<11121314151617181920>>