Lines Matching refs:REPORTER_ASSERT
13 REPORTER_ASSERT(reporter, deq.empty());
14 REPORTER_ASSERT(reporter, 0 == deq.count());
15 REPORTER_ASSERT(reporter, sizeof(int) == deq.elemSize());
16 REPORTER_ASSERT(reporter, NULL == deq.front());
17 REPORTER_ASSERT(reporter, NULL == deq.back());
19 REPORTER_ASSERT(reporter, !deq.empty());
20 REPORTER_ASSERT(reporter, count == deq.count());
21 REPORTER_ASSERT(reporter, sizeof(int) == deq.elemSize());
22 REPORTER_ASSERT(reporter, NULL != deq.front());
23 REPORTER_ASSERT(reporter, NULL != deq.back());
25 REPORTER_ASSERT(reporter, deq.back() == deq.front());
27 REPORTER_ASSERT(reporter, deq.back() != deq.front());
40 REPORTER_ASSERT(reporter, value == *(int*)ptr);
43 REPORTER_ASSERT(reporter, value+1 == min);
50 REPORTER_ASSERT(reporter, value == *(int*)ptr);
53 REPORTER_ASSERT(reporter, value-1 == max);
61 REPORTER_ASSERT(reporter, value == *(int*)ptr);
66 REPORTER_ASSERT(reporter, value == *(int*)ptr);
69 REPORTER_ASSERT(reporter, value-1 == max);
89 REPORTER_ASSERT(reporter, 1 == helper.fNumBlocksAllocated);
94 REPORTER_ASSERT(reporter,