/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
tuple | 785 template<typename _Tp, typename... _Args> 788 __cons(tuple<_Args...>&& __tuple) 790 typedef typename _Build_index_tuple<sizeof...(_Args)>::__type 796 template<typename _Tp, typename... _Args, int... _Indexes> 799 __do_cons(tuple<_Args...>&& __tuple, 801 { return _Tp(std::forward<_Args>(get<_Indexes>(__tuple))...); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 219 template<typename... _Args> 221 emplace(_Args&&... __args) 222 { c.emplace_back(std::forward<_Args>(__args)...); } 504 template<typename... _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_multiset.h | 407 template<typename... _Args> 409 emplace(_Args&&... __args) 410 { return _M_t._M_emplace_equal(std::forward<_Args>(__args)...); } 433 template<typename... _Args> 435 emplace_hint(const_iterator __pos, _Args&&... __args) 438 std::forward<_Args>(__args)...);
|
stl_queue.h | 220 template<typename... _Args> 222 emplace(_Args&&... __args) 223 { c.emplace_back(std::forward<_Args>(__args)...); } 510 template<typename... _Args> 512 emplace(_Args&&... __args) 514 c.emplace_back(std::forward<_Args>(__args)...);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
future | [all...] |
list | [all...] |
forward_list | 674 template <class... _Args> void emplace_front(_Args&&... __args); 684 template <class... _Args> 685 iterator emplace_after(const_iterator __p, _Args&&... __args); [all...] |
vector | 689 template <class... _Args> 690 void emplace_back(_Args&&... __args); 699 template <class... _Args> 700 iterator emplace(const_iterator __position, _Args&&... __args); 814 template <class... _Args> 816 __emplace_back_slow_path(_Args&&... __args); [all...] |
/external/chromium_org/tools/valgrind/ |
chrome_tests.py | 49 self._args = args 253 cmd = self._DefaultCommand(tool, None, self._args) 464 if len(self._args): 466 if os.path.isfile(self._args[0]) and self._args[0][-4:] == ".txt": 467 script_cmd.append("--test-list=%s" % self._args[0]) 469 script_cmd.extend(self._args)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.tcc | 203 template<typename... _Args> 206 _M_insert_after(const_iterator __pos, _Args&&... __args) 213 _M_create_node(std::forward<_Args>(__args)...) );
|
stl_deque.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
list | 300 template<typename... _Args> 302 emplace(iterator __position, _Args&&... __args) 306 std::forward<_Args>(__args)...), this);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 55 template<typename... _Args> 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 62 _Node* __thing = _M_create_node(std::forward<_Args>(__args)...);
|
stl_deque.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
forward_list | 244 template<typename... _Args> 246 emplace_after(const_iterator __pos, _Args&&... __args) 250 std::forward<_Args>(__args)...),
|
list | 372 template<typename... _Args> 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 | 647 template<typename... _Args> 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/profile/ |
list | 325 template<typename... _Args> 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 | 55 template<typename... _Args> 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 62 _Node* __thing = _M_create_node(std::forward<_Args>(__args)...);
|
stl_deque.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
forward_list | 244 template<typename... _Args> 246 emplace_after(const_iterator __pos, _Args&&... __args) 250 std::forward<_Args>(__args)...),
|
list | 372 template<typename... _Args> 374 emplace(iterator __position, _Args&&... __args) 378 std::forward<_Args>(__args)...), this);
|
/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 | 647 template<typename... _Args> 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 | 325 template<typename... _Args> 327 emplace(iterator __position, _Args&&... __args) 330 std::forward<_Args>(__args)...));
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 203 template<typename... _Args> 206 _M_insert_after(const_iterator __pos, _Args&&... __args) 213 _M_create_node(std::forward<_Args>(__args)...) );
|