Home
last modified time | relevance | path

Searched refs:cAlloc (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DGrTBlockListTest.cpp73 const GrTBlockList<C, N>* cAlloc = allocator; in check_iterator_helper() local
77 for (const C& c : cAlloc->items()) { in check_iterator_helper()
93 for (const C& c : cAlloc->ritems()) { in check_iterator_helper()
110 REPORTER_ASSERT(reporter, (uintptr_t) &cAlloc->item(i) == (uintptr_t) expected[i]); in check_iterator_helper()