Searched refs:short_match (Results 1 – 1 of 1) sorted by relevance
1549 const auto& short_match = result[2]; in operator ()() local1552 if (!short_match.length() && !long_match.length()) in operator ()()1555 } else if (long_match.length() == 1 && short_match.length()) in operator ()()1574 }(short_match, long_match); in operator ()()