Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Downed_ptr.hpp54 template <class Type> class OwnedPtr : public Ptr<Type> class
73 explicit OwnedPtr(Type *aPointer) in OwnedPtr() function in ot::OwnedPtr
86 OwnedPtr(OwnedPtr &&aOther) in OwnedPtr() function in ot::OwnedPtr