Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

16     REPORTER_ASSERT(reporter, 0 == alloc.totalCapacity());
17 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed());
18 REPORTER_ASSERT(reporter, 0 == alloc.blockCount());
19 REPORTER_ASSERT(reporter, !alloc.contains(NULL));
20 REPORTER_ASSERT(reporter, !alloc.contains(reporter));
23 REPORTER_ASSERT(reporter, 0 == alloc.totalCapacity());
24 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed());
25 REPORTER_ASSERT(reporter, 0 == alloc.blockCount());
29 REPORTER_ASSERT(reporter, alloc.totalCapacity() >= size);
30 REPORTER_ASSERT(reporter, alloc.totalUsed() == size);
31 REPORTER_ASSERT(reporter, alloc.blockCount() > 0);
32 REPORTER_ASSERT(reporter, alloc.contains(ptr));
35 REPORTER_ASSERT(reporter, !alloc.contains(ptr));
36 REPORTER_ASSERT(reporter, 0 == alloc.totalCapacity());
37 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed());
87 REPORTER_ASSERT(reporter,
105 REPORTER_ASSERT(reporter,