Lines Matching defs:count
27 REPORTER_ASSERT(reporter, a->count() == b->count());
28 for (int i = 0; i < a->count(); ++i) {
39 REPORTER_ASSERT(reporter, 0 == table->count());
62 REPORTER_ASSERT(reporter, itable->count() == icount);
75 int count = SK_ARRAY_COUNT(str);
77 for (int i = 0; i < count; ++i) {
81 sk_sp<SkDataTable> table(SkDataTable::MakeCopyArrays((const void*const*)str, sizes, count));
83 REPORTER_ASSERT(reporter, table->count() == count);
84 for (int i = 0; i < count; ++i) {
100 int count = SK_ARRAY_COUNT(gData);
103 SkDataTable::MakeArrayProc(gData, sizeof(gData[0]), count, nullptr, nullptr));
105 REPORTER_ASSERT(reporter, table->count() == count);
106 for (int i = 0; i < count; ++i) {