Lines Matching refs:times
182 LastLogTimes::iterator times = mTimes.begin(); in init() local
183 while(times != mTimes.end()) { in init()
184 LogTimeEntry *entry = (*times); in init()
188 times++; in init()
194 LogBuffer::LogBuffer(LastLogTimes *times): in LogBuffer() argument
196 mTimes(*times) { in LogBuffer()
254 LastLogTimes::iterator times = mTimes.begin(); in log() local
255 while(times != mTimes.end()) { in log()
256 LogTimeEntry *entry = (*times); in log()
267 times++; in log()
495 LastLogTimes::iterator times = mTimes.begin(); in prune() local
496 while(times != mTimes.end()) { in prune()
497 LogTimeEntry *entry = (*times); in prune()
505 times++; in prune()
858 LastLogTimes::iterator times = mTimes.begin(); in clear() local
859 while (times != mTimes.end()) { in clear()
860 LogTimeEntry *entry = (*times); in clear()
865 times++; in clear()