Searched refs:IOHandlerIsInputComplete (Results 1 – 7 of 7) sorted by relevance
65 bool IOHandlerIsInputComplete(IOHandler &io_handler,
485 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
450 return m_delegate.IOHandlerIsInputComplete(*this, lines); in IsInputCompleteCallback()549 done = m_delegate.IOHandlerIsInputComplete(*this, lines); in GetLines()
83 bool IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function in IOHandlerLuaInterpreter
138 bool REPL::IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) { in IOHandlerIsInputComplete() function in REPL