Searched defs:ContextPtr (Results 1 – 2 of 2) sorted by relevance
56 using ContextPtr = RefPointer<Context>; variable
750 explicit ContextPtr(Context *context) : ptr(context) in ContextPtr() function761 ContextPtr(ContextPtr && other) : ptr(other.ptr) { other.ptr = nullptr; } in ContextPtr() function