Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

34     REPORTER_ASSERT(reporter, 0 == InstCounterClass::gInstCounter);
39 REPORTER_ASSERT(reporter, 1 == array->getRefCnt());
40 REPORTER_ASSERT(reporter, N == array->count());
42 REPORTER_ASSERT(reporter, N == InstCounterClass::gInstCounter);
44 REPORTER_ASSERT(reporter, 0 == InstCounterClass::gInstCounter);
50 REPORTER_ASSERT(reporter, N == InstCounterClass::gInstCounter);
52 REPORTER_ASSERT(reporter, i == src[i].fCount);
56 REPORTER_ASSERT(reporter, 1 == array->getRefCnt());
57 REPORTER_ASSERT(reporter, N == array->count());
59 REPORTER_ASSERT(reporter, 2*N == InstCounterClass::gInstCounter);
61 REPORTER_ASSERT(reporter, i == (*array)[i].fCount);
65 REPORTER_ASSERT(reporter, N == InstCounterClass::gInstCounter);
68 REPORTER_ASSERT(reporter, i == (*array)[i].fCount);
71 REPORTER_ASSERT(reporter, 0 == InstCounterClass::gInstCounter);
97 REPORTER_ASSERT(reporter, ref->getRefCnt() == 1);
141 REPORTER_ASSERT(reporter, ref->getRefCnt() == 1);
142 REPORTER_ASSERT(reporter, ref->getWeakCnt() == 1);