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