Searched refs:m_is_input_complete_callback (Results 1 – 2 of 2) sorted by relevance
205 m_is_input_complete_callback = std::move(callback); in SetIsInputCompleteCallback()403 IsInputCompleteCallbackType m_is_input_complete_callback; variable
677 if (m_is_input_complete_callback) { in EndOrAddLineCommand()679 if (!m_is_input_complete_callback(this, lines)) { in EndOrAddLineCommand()