Searched refs:recordIter (Results 1 – 2 of 2) sorted by relevance
343 auto recordIter = it->second.history.rbegin(); in stopCustomCollection() local344 while (recordIter != it->second.history.rend()) { in stopCustomCollection()345 buffer += recordIter++->toString(kDoubleIndent); in stopCustomCollection()
350 auto recordIter = it->second.history.rbegin(); in stopCustomCollection() local351 while (recordIter != it->second.history.rend()) { in stopCustomCollection()352 buffer += recordIter++->toString(kDoubleIndent); in stopCustomCollection()