Searched refs:__match_count_is (Results 1 – 1 of 1) sorted by relevance
235 if not __match_count_is(source_lines, "'z.cpp'", 2):239 if not __match_count_is(source_lines, "'a.cpp'", 1):334 def __match_count_is(lines, pattern, expected): function