Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/system/memory/libmemunreachable/
DAllocator.h79 unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
178 unique_ptr make_unique(Args&&... args) { in make_unique() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/doc/smart_ptr/
Dmake_unique.adoc11 [#make_unique] anchor
/aosp_15_r20/external/parameter-framework/upstream/utility/
H A DMemory.hpp41 std::unique_ptr<T> make_unique(Args &&... args) in make_unique() function
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DUtil.h54 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp16 make_unique(Args &&... args) { in make_unique() function
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dmemory.h200 Allocator::unique_ptr<T> Allocator::make_unique(ARGS&&... args) { in make_unique() function