Searched refs:m_is_input_complete_callback (Results 1 – 2 of 2) sorted by relevance
214 m_is_input_complete_callback = std::move(callback); in SetIsInputCompleteCallback()425 IsInputCompleteCallbackType m_is_input_complete_callback; variable
705 if (m_is_input_complete_callback) { in EndOrAddLineCommand()707 if (!m_is_input_complete_callback(this, lines)) { in EndOrAddLineCommand()