Home
last modified time | relevance | path

Searched refs:long_match (Results 1 - 1 of 1) sorted by relevance

/third_party/libfuse/example/
H A Dcxxopts.hpp1550 const auto& long_match = result[3]; 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 ()()

Completed in 3 milliseconds