HomeSort by relevance Sort by last modified time
    Searched full:_args (Results 401 - 425 of 525) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
list 300 template<typename... _Args>
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 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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
list 300 template<typename... _Args>
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 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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
list 300 template<typename... _Args>
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 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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
list 300 template<typename... _Args>
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 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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
list 325 template<typename... _Args>
327 emplace(iterator __position, _Args&&... __args)
330 std::forward<_Args>(__args)...));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
list 371 template<typename... _Args>
373 emplace(iterator __position, _Args&&... __args)
377 std::forward<_Args>(__args)...), this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 645 template<typename _Up, typename... _Args>
647 construct(_Up* __p, _Args&&... __args)
648 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
list 326 template<typename... _Args>
328 emplace(iterator __position, _Args&&... __args)
331 std::forward<_Args>(__args)...));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
forward_list 244 template<typename... _Args>
246 emplace_after(const_iterator __pos, _Args&&... __args)
250 std::forward<_Args>(__args)...),

Completed in 1210 milliseconds

<<11121314151617181920>>