Home
last modified time | relevance | path

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

/aosp12/system/memory/libmemunreachable/
H A DAllocator.h79 unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
178 unique_ptr make_unique(Args&&... args) { in make_unique() function
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DUtil.h45 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.h130 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp56 template <typename T, typename... Args> std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function