Searched refs:ScopedCustomPtr (Results 1 – 2 of 2) sorted by relevance
81 using ScopedCustomPtr = std::unique_ptr<T, FuncDelete<Func>>; variable89 ScopedCustomPtr<93 return ScopedCustomPtr< in makeCustomScopedPtr()
32 android::base::ScopedCustomPtr<char, void(*)(const char*)> {