Home
last modified time | relevance | path

Searched refs:emplace_back (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_stack.h237 { return c.emplace_back(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
242 { c.emplace_back(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
H A Dstl_queue.h263 { return c.emplace_back(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
268 { c.emplace_back(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
625 c.emplace_back(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
H A Dregex_executor.h207 { _M_match_queue.emplace_back(__i, __res); } in _GLIBCXX_VISIBILITY()
H A Ddeque.tcc163 emplace_back(_Args&&... __args) in emplace_back() function in std::deque
195 emplace_back(std::forward<_Args>(__args)...); in emplace()
426 emplace_back(*__first); in _M_range_initialize()
H A Dstl_vector.h1091 { emplace_back(std::move(__x)); } in _GLIBCXX_VISIBILITY()
1099 emplace_back(_Args&&... __args); in _GLIBCXX_VISIBILITY()
1449 emplace_back(*__first); in _GLIBCXX_VISIBILITY()
H A Dstl_list.h1233 emplace_back(_Args&&... __args) in _GLIBCXX_VISIBILITY()
1832 emplace_back(*__first); in _GLIBCXX_VISIBILITY()
1853 emplace_back(); in _GLIBCXX_VISIBILITY()
H A Dlist.tcc218 emplace_back(); in _M_default_append()
H A Dstl_deque.h1568 { emplace_back(std::move(__x)); } in _GLIBCXX_VISIBILITY()
1576 emplace_back(_Args&&... __args); in _GLIBCXX_VISIBILITY()
H A Dvector.tcc98 emplace_back(_Args&&... __args) in emplace_back() function in std::vector
H A Dstl_bvector.h1090 emplace_back(_Args&&... __args) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Ddeque295 { emplace_back(std::move(__x)); }
306 emplace_back(_Args&&... __args)
308 _Base::emplace_back(std::forward<_Args>(__args)...);
H A Dlist313 using _Base::emplace_back;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_queue.h222 { c.emplace_back(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
508 c.emplace_back(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
H A Dstl_stack.h196 { c.emplace_back(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
H A Dstl_list.h1006 emplace_back(_Args&&... __args) in _GLIBCXX_VISIBILITY()
1484 emplace_back(); in _GLIBCXX_VISIBILITY()
H A Dstl_vector.h900 { emplace_back(std::move(__x)); } in _GLIBCXX_VISIBILITY()
904 emplace_back(_Args&&... __args); in _GLIBCXX_VISIBILITY()
H A Dlist.tcc127 emplace_back(); in _M_default_append()
H A Ddeque.tcc134 emplace_back(_Args&&... __args) in emplace_back() function in std::deque
183 emplace_back(std::forward<_Args>(__args)...); in emplace()
H A Dstl_deque.h1386 { emplace_back(std::move(__x)); } in _GLIBCXX_VISIBILITY()
1390 emplace_back(_Args&&... __args); in _GLIBCXX_VISIBILITY()
H A Dvector.tcc93 emplace_back(_Args&&... __args) in emplace_back() function in std::vector
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Ddeque356 { emplace_back(std::move(__x)); }
368 emplace_back(_Args&&... __args)
370 _Base::emplace_back(std::forward<_Args>(__args)...);
H A Dvector397 { emplace_back(std::move(__x)); }
401 emplace_back(_Args&&... __args)
404 _Base::emplace_back(std::forward<_Args>(__args)...);
H A Dlist359 using _Base::emplace_back;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Ddeque386 { emplace_back(std::move(__x)); }
409 emplace_back(_Args&&... __args)
411 _Base::emplace_back(std::forward<_Args>(__args)...);
H A Dvector478 { emplace_back(std::move(__x)); }
486 emplace_back(_Args&&... __args)
489 _Base::emplace_back(std::forward<_Args>(__args)...);

12