D | grep_test.cpp | 202 void test_filter( grep_filter grep, 215 grep_filter grep(match_us_courthouse); in grep_filter_test() local 216 test_filter(grep, addresses, us_courthouse); in grep_filter_test() 220 grep_filter grep(match_us_courthouse, match_default, grep::invert); in grep_filter_test() local 221 test_filter(grep, addresses, us_courthouse_inv); in grep_filter_test() 225 grep_filter grep(match_state_and_zip); in grep_filter_test() local 226 test_filter(grep, addresses, state_and_zip); in grep_filter_test() 230 grep_filter grep(match_state_and_zip, match_default, grep::invert); in grep_filter_test() local 231 test_filter(grep, addresses, state_and_zip_inv); in grep_filter_test() 235 grep_filter grep(match_three_words); in grep_filter_test() local [all …]
|