Lines Matching defs:reporter
19 static void test_dont_leak_install(skiatest::Reporter* reporter) {
28 REPORTER_ASSERT(reporter, true == success);
30 REPORTER_ASSERT(reporter, 0 == release_counter);
35 REPORTER_ASSERT(reporter, true == success);
37 REPORTER_ASSERT(reporter, 0 == release_counter);
42 REPORTER_ASSERT(reporter, false == success);
44 REPORTER_ASSERT(reporter, 0 == release_counter);
47 static void test_install(skiatest::Reporter* reporter) {
53 REPORTER_ASSERT(reporter, success);
58 REPORTER_ASSERT(reporter, success);