Home
last modified time | relevance | path

Searched refs:ScopedCustomPtr (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/memory/
DScopedPtr.h81 using ScopedCustomPtr = std::unique_ptr<T, FuncDelete<Func>>; variable
89 ScopedCustomPtr<
93 return ScopedCustomPtr< in makeCustomScopedPtr()
/hardware/google/aemu/base/include/aemu/base/testing/
DUtils.h32 android::base::ScopedCustomPtr<char, void(*)(const char*)> {