Searched refs:group_match_text (Results 1 – 2 of 2) sorted by relevance
32 const std::string& group_match_text, const int message_index, in FillAnnotationFromMatchGroup() argument44 group_match_text, annotation); in FillAnnotationFromMatchGroup()220 Optional<std::string> group_match_text = in SuggestActions() local222 if (!group_match_text.has_value()) { in SuggestActions()228 NormalizeMatchText(unilib_, group, group_match_text.value()); in SuggestActions()241 group_match_text.value(), in SuggestActions()
2586 Optional<std::string> group_match_text = in SerializedEntityDataFromRegexMatch() local2588 if (!group_match_text.has_value()) { in SerializedEntityDataFromRegexMatch()2606 UTF8ToUnicodeText(group_match_text.value(), /*do_copy=*/false); in SerializedEntityDataFromRegexMatch()