Searched refs:ContextPtr (Results 1 – 9 of 9) sorted by relevance
748 class ContextPtr {750 explicit ContextPtr(Context *context) : ptr(context) in ContextPtr() function755 ~ContextPtr() { in ~ContextPtr()759 ContextPtr(ContextPtr const &) = delete;760 ContextPtr & operator=(ContextPtr const &) = delete;761 ContextPtr(ContextPtr && other) : ptr(other.ptr) { other.ptr = nullptr; } in ContextPtr() function762 ContextPtr & operator=(ContextPtr && other) { ptr = other.ptr; other.ptr = nullptr; return *this; }
91 ContextPtr getContext() in getContext()93 return ContextPtr{getContextLocked()}; in getContext()
33 ContextPtr getContext();
46 const ContextPtr mContext;
56 using ContextPtr = RefPointer<Context>; variable
65 const ContextPtr mContext;
81 const ContextPtr mContext;
94 const ContextPtr mContext;
283 const ContextPtr mContext;