Lines Matching refs:mLogElements
113 mLast[i] = mLogElements.begin(); in init()
158 LogBufferElementCollection::iterator it = mLogElements.begin(); in init()
159 while((it != mLogElements.end())) { in init()
235 LogBufferElementCollection::iterator it = mLogElements.end(); in log()
237 while (last != mLogElements.begin()) { in log()
245 if (last == mLogElements.end()) { in log()
246 mLogElements.push_back(elem); in log()
272 mLogElements.push_back(elem); in log()
274 mLogElements.insert(last,elem); in log()
340 it = mLogElements.erase(it); in erase()
344 if (it == mLogElements.end()) { // unlikely in erase()
512 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
513 while (it != mLogElements.end()) { in prune()
594 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
604 && (found->second != mLogElements.end())) { in prune()
614 && (found->second != mLogElements.end())) { in prune()
624 lastt = mLogElements.end(); in prune()
627 while (it != mLogElements.end()) { in prune()
758 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
759 while((pruneRows > 0) && (it != mLogElements.end())) { in prune()
802 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
803 while((it != mLogElements.end()) && (pruneRows > 0)) { in prune()
921 it = mLogElements.begin(); in flushTo()
925 for (it = mLogElements.end(); it != mLogElements.begin(); /* do nothing */) { in flushTo()
935 for (; it != mLogElements.end(); ++it) { in flushTo()