Searched refs:m_suggestion_callback (Results 1 – 2 of 2) sorted by relevance
199 m_suggestion_callback = std::move(callback); in SetSuggestionCallback()431 SuggestionCallbackType m_suggestion_callback; variable
1192 if (!m_suggestion_callback) { in ApplyAutosuggestCommand()1200 if (std::optional<std::string> to_add = m_suggestion_callback(line)) in ApplyAutosuggestCommand()1210 if (!m_suggestion_callback) { in TypedCharacter()1218 if (std::optional<std::string> to_add = m_suggestion_callback(line)) { in TypedCharacter()1390 if (m_suggestion_callback) { in ConfigureEditor()