Searched refs:m_is_input_complete_callback (Results 1 – 2 of 2) sorted by relevance
203 m_is_input_complete_callback = std::move(callback); in SetIsInputCompleteCallback()395 IsInputCompleteCallbackType m_is_input_complete_callback; variable
688 if (m_is_input_complete_callback) { in EndOrAddLineCommand()690 if (!m_is_input_complete_callback(this, lines)) { in EndOrAddLineCommand()