Searched defs:do_match (Results 1 – 2 of 2) sorted by relevance
111 constexpr auto do_match = [](V const& v) { in TEST() local125 constexpr auto do_match = [](V const& v) { in TEST() local
224 def do_match(g, pattern, output, skip_lines, in_func=False): function