Searched refs:IOHandlerInterrupt (Results 1 – 6 of 6) sorted by relevance
91 bool IOHandlerInterrupt(IOHandler &io_handler) override;
533 bool IOHandlerInterrupt(IOHandler &io_handler) override;
294 virtual bool IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function
110 bool REPL::IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function in REPL
2873 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt() function in CommandInterpreter
575 if (m_delegate.IOHandlerInterrupt(*this)) in Interrupt()