Home
last modified time | relevance | path

Searched defs:make_unique (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/smart_ptr/
Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/third_party/boost/libs/hana/example/tutorial/
Dintegral-branching.cpp19 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
32 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dmake_unique.adoc11 [#make_unique] anchor
/third_party/flutter/skia/src/core/
DSkMakeUnique.h17 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
/third_party/boost/libs/wave/samples/real_positions/
Dreal_position_token.hpp191 void make_unique() in make_unique() function in lex_token
/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_token.hpp288 void make_unique() in make_unique() function in boost::wave::cpplexer::lex_token
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h200 Allocator::unique_ptr<T> Allocator::make_unique(ARGS&&... args) { in make_unique() function