Searched refs:result_matches (Results 1 – 1 of 1) sorted by relevance
149 const text::regex_matches result_matches = _result_regex.match(line); in try_parse_result() local150 if (result_matches) { in try_parse_result()151 if (result_matches.get(1) == "ok") { in try_parse_result()154 INV(result_matches.get(1) == "not ok"); in try_parse_result()