Searched refs:counts_ (Results 1 – 2 of 2) sorted by relevance
49 counts_.clear(); in RateLimit()54 if (++counts_[action] > limit) return true; in RateLimit()
47 std::map<int, int> counts_; // action -> count of actions in a 24hr window. variable