/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_queue.h | 221 emplace(_Args&&... __args) 222 { c.emplace_back(std::forward<_Args>(__args)...); } 506 emplace(_Args&&... __args) 508 c.emplace_back(std::forward<_Args>(__args)...);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_queue.h | 222 emplace(_Args&&... __args) 223 { c.emplace_back(std::forward<_Args>(__args)...); } 512 emplace(_Args&&... __args) 514 c.emplace_back(std::forward<_Args>(__args)...);
|
stl_map.h | 523 * @param __args Arguments used to generate a new pair instance (see 540 emplace(_Args&&... __args) 541 { return _M_t._M_emplace_unique(std::forward<_Args>(__args)...); } 548 * @param __args Arguments used to generate a new pair instance (see 552 * std::pair built from @a __args (may or may not be that 570 emplace_hint(const_iterator __pos, _Args&&... __args) 573 std::forward<_Args>(__args)...); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__functional_03 | [all...] |
list | [all...] |
forward_list | 674 template <class... _Args> void emplace_front(_Args&&... __args); 685 iterator emplace_after(const_iterator __p, _Args&&... __args); [all...] |
vector | 690 void emplace_back(_Args&&... __args); 700 iterator emplace(const_iterator __position, _Args&&... __args); 816 __emplace_back_slow_path(_Args&&... __args); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 844 make_tuple(_Elements&&... __args) 848 return __result_type(std::forward<_Elements>(__args)...); 853 forward_as_tuple(_Elements&&... __args) noexcept 854 { return tuple<_Elements&&...>(std::forward<_Elements>(__args)...); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 844 make_tuple(_Elements&&... __args) 848 return __result_type(std::forward<_Elements>(__args)...); 853 forward_as_tuple(_Elements&&... __args) noexcept 854 { return tuple<_Elements&&...>(std::forward<_Elements>(__args)...); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
tuple | 858 make_tuple(_Elements&&... __args) 862 return __result_type(std::forward<_Elements>(__args)...); 867 forward_as_tuple(_Elements&&... __args) noexcept 868 { return tuple<_Elements&&...>(std::forward<_Elements>(__args)...); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.tcc | 206 _M_insert_after(const_iterator __pos, _Args&&... __args) 213 _M_create_node(std::forward<_Args>(__args)...) );
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
list | 302 emplace(iterator __position, _Args&&... __args) 306 std::forward<_Args>(__args)...), this);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-default.h | 687 void *__args) 689 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
gthr-posix.h | 687 void *__args) 689 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 62 _Node* __thing = _M_create_node(std::forward<_Args>(__args)...);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-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/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 62 _Node* __thing = _M_create_node(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/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);
|