Searched refs:InsertTextContext (Results 1 – 2 of 2) sorted by relevance
148 struct InsertTextContext : public AsyncCall::Context { struct152 InsertTextContext() : Context(nullptr, nullptr){}; in InsertTextContext() argument153 …InsertTextContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(ou… in InsertTextContext() argument
386 auto ctxt = std::make_shared<InsertTextContext>(); in InsertText()