Searched refs:IOHandlerIsInputComplete (Results 1 – 7 of 7) sorted by relevance
65 bool IOHandlerIsInputComplete(IOHandler &io_handler,
505 bool CommandObjectExpression::IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function in CommandObjectExpression
97 bool IOHandlerIsInputComplete(IOHandler &io_handler,
271 virtual bool IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function315 bool IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function
443 return m_delegate.IOHandlerIsInputComplete(*this, lines); in IsInputCompleteCallback()542 done = m_delegate.IOHandlerIsInputComplete(*this, lines); in GetLines()
83 bool IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function in IOHandlerLuaInterpreter
133 bool REPL::IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) { in IOHandlerIsInputComplete() function in REPL