Searched refs:HideContext (Results 1 – 2 of 2) sorted by relevance
43 struct HideContext : public AsyncCall::Context { struct45 HideContext() : Context(nullptr, nullptr){}; in HideContext() argument46 …HideContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(output))… in HideContext() function
89 auto ctxt = std::make_shared<HideContext>(); in Hide()