Home | History | Annotate | Download | only in tests

Lines Matching defs:size1

1660     uint32_t size1 = p.writeToMemory(NULL);
1662 REPORTER_ASSERT(reporter, size1 == size2);
1666 REPORTER_ASSERT(reporter, size1 == size3);
1671 REPORTER_ASSERT(reporter, size1 == size3);
1672 REPORTER_ASSERT(reporter, memcmp(buffer, buffer2, size1) == 0);