Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/smart_ptr/include/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
/external/sdv/vsomeip/third_party/boost/smart_ptr/doc/smart_ptr/
Dmake_unique.adoc11 [#make_unique] anchor
/external/parameter-framework/upstream/utility/
DMemory.hpp41 std::unique_ptr<T> make_unique(Args &&... args) in make_unique() function
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp16 make_unique(Args &&... args) { in make_unique() function
/external/swiftshader/third_party/marl/include/marl/
Dmemory.h200 Allocator::unique_ptr<T> Allocator::make_unique(ARGS&&... args) { in make_unique() function