Searched refs:ExitContext (Results 1 – 3 of 3) sorted by relevance
63 struct ExitContext : public AsyncCall::Context { struct65 ExitContext() : Context(nullptr, nullptr){}; in ExitContext() argument
124 auto ctxt = std::make_shared<ExitContext>(); in ExitCurrentInputType()
215 struct ExitContext : public ContextBase { in Exit() struct219 auto ctxt = std::make_shared<ExitContext>(); in Exit()