Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkTBlockList.h273 using CIter = BlockIndexIterator<const T&, true, true, &First, &Last, &Increment, &GetItem>; variable
283 CIter items() const { return CIter(fAllocator.allocator()); } in items()