Searched defs:InnerPrintContext (Results 1 – 1 of 1) sorted by relevance
66 struct InnerPrintContext : public PrintAsyncCall::Context { struct89 InnerPrintContext() : Context(nullptr, nullptr) {}; in InnerPrintContext() argument90 …InnerPrintContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(ou… in InnerPrintContext() function91 virtual ~InnerPrintContext() {}; in ~InnerPrintContext() argument