Searched refs:IOHandlerInterrupt (Results 1 – 6 of 6) sorted by relevance
84 bool IOHandlerInterrupt(IOHandler &io_handler) override;
290 virtual bool IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function
569 bool IOHandlerInterrupt(IOHandler &io_handler) override;
596 if (m_delegate.IOHandlerInterrupt(*this)) in Interrupt()
104 bool REPL::IOHandlerInterrupt(IOHandler &io_handler) { return false; } in IOHandlerInterrupt() function in REPL
2900 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt() function in CommandInterpreter