Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/utility/
DMemory.hpp41 std::unique_ptr<T> make_unique(Args &&... args) in make_unique() function
/external/skia/src/core/
DSkMakeUnique.h17 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