Searched refs:MaxHistorySize (Results 1 – 3 of 3) sorted by relevance
48 static size_t MaxHistorySize() { return kHistorySize; } in MaxHistorySize() function
92 TEST_F(PacketArrivalHistoryTest, MaxHistorySize) { in TEST_F() argument
72 if (history.size() == MState::MaxHistorySize()) in AddNewStateToBuffer()