Searched refs:IOHandlerIsInputComplete (Results 1 – 7 of 7) sorted by relevance
75 bool IOHandlerIsInputComplete(IOHandler &io_handler,
520 bool CommandObjectExpression::IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function in CommandObjectExpression
97 bool IOHandlerIsInputComplete(IOHandler &io_handler,
260 virtual bool IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function301 bool IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function
426 return m_delegate.IOHandlerIsInputComplete(*this, lines); in IsInputCompleteCallback()566 done = m_delegate.IOHandlerIsInputComplete(*this, lines); in GetLines()
89 bool IOHandlerIsInputComplete(IOHandler &io_handler, in IOHandlerIsInputComplete() function in IOHandlerLuaInterpreter
141 bool REPL::IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) { in IOHandlerIsInputComplete() function in REPL