Home
last modified time | relevance | path

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

/third_party/boost/tools/build/test/
Dgenerators_test.py235 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