Home
last modified time | relevance | path

Searched refs:next_attempt_start_time (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/core/backoff/
Dbackoff_test.cc47 grpc_millis next_attempt_start_time = backoff.NextAttemptTime(); in TEST() local
48 EXPECT_EQ(next_attempt_start_time - grpc_core::ExecCtx::Get()->Now(), in TEST()
51 next_attempt_start_time = backoff.NextAttemptTime(); in TEST()
52 EXPECT_EQ(next_attempt_start_time - grpc_core::ExecCtx::Get()->Now(), in TEST()