Searched refs:kSessionHistoryMax (Results 1 – 1 of 1) sorted by relevance
37 constexpr static size_t kSessionHistoryMax = 100; variable665 if (mSessionHistory.size() > kSessionHistoryMax) { in removeSession_l()