Searched refs:CRIter (Results 1 – 2 of 2) sorted by relevance
274 using CRIter = BlockIndexIterator<const T&, false, true, &Last, &First, &Decrement, &GetItem>; variable286 CRIter ritems() const { return CRIter(fAllocator.allocator()); } in ritems()
341 ElementIter(RawElement::Stack::CRIter::Item item, int r) : fItem(item), fRemaining(r) {} in ElementIter()343 RawElement::Stack::CRIter::Item fItem;