Searched refs:now_offset (Results 1 – 1 of 1) sorted by relevance
46 int now_offset = static_cast<int>(now_ms - oldest_time_); in Update() local47 assert(now_offset < num_buckets_); in Update()48 int index = oldest_index_ + now_offset; in Update()