Searched refs:mMaxLogs (Results 1 – 2 of 2) sorted by relevance
115 mMaxLogs(maxLogs) { in LocalLogBuffer()119 while (mLogs.size() > mMaxLogs) in addLog()
72 const size_t mMaxLogs; variable