HomeSort by relevance Sort by last modified time
    Searched full:__args (Results 101 - 125 of 425) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
deque.tcc 118 emplace_front(_Args&&... __args)
123 std::forward<_Args>(__args)...);
127 _M_push_front_aux(std::forward<_Args>(__args)...);
134 emplace_back(_Args&&... __args)
140 std::forward<_Args>(__args)...);
144 _M_push_back_aux(std::forward<_Args>(__args)...);
174 emplace(iterator __position, _Args&&... __args)
178 push_front(std::forward<_Args>(__args)...);
183 push_back(std::forward<_Args>(__args)...);
189 return _M_insert_aux(__position, std::forward<_Args>(__args)...)
    [all...]
shared_ptr_base.h 405 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
509 _Args&&... __args)
519 std::forward<_Args>(__args)...);
985 _Args&&... __args)
987 std::forward<_Args>(__args)...)
1009 _Args&&... __args)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1033 __allocate_shared(const _Alloc& __a, _Args&&... __args);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
deque.tcc 118 emplace_front(_Args&&... __args)
123 std::forward<_Args>(__args)...);
127 _M_push_front_aux(std::forward<_Args>(__args)...);
134 emplace_back(_Args&&... __args)
140 std::forward<_Args>(__args)...);
144 _M_push_back_aux(std::forward<_Args>(__args)...);
174 emplace(iterator __position, _Args&&... __args)
178 emplace_front(std::forward<_Args>(__args)...);
183 emplace_back(std::forward<_Args>(__args)...);
189 return _M_insert_aux(__position, std::forward<_Args>(__args)...)
    [all...]
vector.tcc 93 emplace_back(_Args&&... __args)
98 std::forward<_Args>(__args)...);
102 _M_emplace_back_aux(std::forward<_Args>(__args)...);
293 emplace(iterator __position, _Args&&... __args)
300 std::forward<_Args>(__args)...);
304 _M_insert_aux(__position, std::forward<_Args>(__args)...);
312 _M_insert_aux(iterator __position, _Args&&... __args)
335 *__position = _Tp(std::forward<_Args>(__args)...);
354 std::forward<_Args>(__args)...);
398 _M_emplace_back_aux(_Args&&... __args)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
282 __shared_count(_Sp_make_shared_tag, _Tp*, _Alloc __a, _Args&&... __args)
292 std::forward<_Args>(__args)...);
855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
857 std::forward<_Args>(__args)...)
869 __allocate_shared(_Alloc __a, _Args&&... __args);
    [all...]
vector.tcc 91 emplace_back(_Args&&... __args)
96 std::forward<_Args>(__args)...);
100 _M_insert_aux(end(), std::forward<_Args>(__args)...);
272 emplace(iterator __position, _Args&&... __args)
279 std::forward<_Args>(__args)...);
283 _M_insert_aux(__position, std::forward<_Args>(__args)...);
291 _M_insert_aux(iterator __position, _Args&&... __args)
314 *__position = _Tp(std::forward<_Args>(__args)...);
332 std::forward<_Args>(__args)...);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
282 __shared_count(_Sp_make_shared_tag, _Tp*, _Alloc __a, _Args&&... __args)
292 std::forward<_Args>(__args)...);
855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
857 std::forward<_Args>(__args)...)
869 __allocate_shared(_Alloc __a, _Args&&... __args);
    [all...]
vector.tcc 91 emplace_back(_Args&&... __args)
96 std::forward<_Args>(__args)...);
100 _M_insert_aux(end(), std::forward<_Args>(__args)...);
272 emplace(iterator __position, _Args&&... __args)
279 std::forward<_Args>(__args)...);
283 _M_insert_aux(__position, std::forward<_Args>(__args)...);
291 _M_insert_aux(iterator __position, _Args&&... __args)
314 *__position = _Tp(std::forward<_Args>(__args)...);
332 std::forward<_Args>(__args)...);