Searched refs:maxBuffSize (Results 1 – 1 of 1) sorted by relevance
743 size_t maxBuffSize = 1000 * 1000; in FilterAllEventsTemp() local745 if (eventList_.size() < maxBuffSize * maxQueue) { in FilterAllEventsTemp()752 auto endOfList = eventList_.begin() + maxBuffSize; in FilterAllEventsTemp()767 size_t maxBuffSize = 1000 * 1000; in FilterAllEvents() local769 int32_t size = std::min(maxBuffSize, eventList_.size()); in FilterAllEvents()