Searched refs:time_until_process (Results 1 – 2 of 2) sorted by relevance
685 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local686 if (time_until_process <= 0) { in TEST_F()689 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()745 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local746 if (time_until_process <= 0) { in TEST_F()749 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()774 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local775 if (time_until_process <= 0) { in TEST_F()778 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()783 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local[all …]
32 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local33 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()