Home
last modified time | relevance | path

Searched defs:CountIter (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dstl_util.h191 CountIter() : count_(0) {} in CountIter() function
192 explicit CountIter(size_t count) : count_(count) {} in CountIter() function