Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dtap_parser.cpp91 const text::regex_matches plan_matches = _plan_regex.match(line); in try_parse_plan() local
92 if (!plan_matches) in try_parse_plan()
95 text::to_type< std::size_t >(plan_matches.get(1)), in try_parse_plan()
96 text::to_type< std::size_t >(plan_matches.get(2))); in try_parse_plan()