Home
last modified time | relevance | path

Searched refs:short_match (Results 1 – 1 of 1) sorted by relevance

/third_party/libfuse/example/
Dcxxopts.hpp1549 const auto& short_match = result[2]; in operator ()() local
1552 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 ()()