Lines Matching refs:REPORTER_ASSERT_MESSAGE
25 REPORTER_ASSERT_MESSAGE(reporter, n <= length, msg);
26 REPORTER_ASSERT_MESSAGE(reporter, m <= width, msg);
29 REPORTER_ASSERT_MESSAGE(reporter, m == 0, msg);
33 REPORTER_ASSERT_MESSAGE(reporter, m == mm, msg);
35 REPORTER_ASSERT_MESSAGE(reporter, n > nn, msg);
36 REPORTER_ASSERT_MESSAGE(reporter, m > mm, msg);
54 REPORTER_ASSERT_MESSAGE(reporter, length2 == length, msg);
55 REPORTER_ASSERT_MESSAGE(reporter, mm == width, msg);
70 REPORTER_ASSERT_MESSAGE(reporter, length == kSize, msg);
71 REPORTER_ASSERT_MESSAGE(reporter, mm == width, msg);