Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/
Dunique_ptr_impl_ref_traits.h13 struct UniquePtrImplRefTraits { struct
14 using PointerType = std::unique_ptr<Interface, Deleter>;
16 static bool IsNull(const PointerType& ptr) { return !ptr; } in IsNull()
17 static Interface* GetRawPointer(PointerType* ptr) { return ptr->get(); } in GetRawPointer()