Home | History | Annotate | Download | only in tests

Lines Matching defs:allocCntForTest

223 template <typename T, bool MEM_MOVE> int SkTArray<T, MEM_MOVE>::allocCntForTest() const {
230 REPORTER_ASSERT(reporter, a.allocCntForTest() == 0);
234 REPORTER_ASSERT(reporter, a.allocCntForTest() == 10);
238 REPORTER_ASSERT(reporter, a.allocCntForTest() >= 1);
243 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
249 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
254 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
259 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
264 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
269 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
275 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
281 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
301 REPORTER_ASSERT(reporter, array->allocCntForTest() >= reserveCount);
303 REPORTER_ASSERT(reporter, array->allocCntForTest() >= reserveCount);
305 REPORTER_ASSERT(reporter, array->allocCntForTest() >= reserveCount);
313 REPORTER_ASSERT(reporter, array->allocCntForTest() >= reserveCount);