Searched refs:counter_per_ip (Results 1 – 1 of 1) sorted by relevance
34 void IncrementCounterByAddress(std::map<T, int>* counter_per_ip, const T& ip) { in IncrementCounterByAddress() argument35 counter_per_ip->insert(std::make_pair(ip, 0)).first->second++; in IncrementCounterByAddress()