GetRoundedBackoff 279 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(2, GetRoundedBackoff(0.0, -1.0)); GetRoundedBackoff 280 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(3, GetRoundedBackoff(0.0, 0.0)); GetRoundedBackoff 281 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(4, GetRoundedBackoff(0.0, +1.0)); GetRoundedBackoff 284 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(4, GetRoundedBackoff(3.0, -1.0)); GetRoundedBackoff 285 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(6, GetRoundedBackoff(3.0, 0.0)); GetRoundedBackoff 286 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(7, GetRoundedBackoff(3.0, +1.0)); GetRoundedBackoff 288 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(7, GetRoundedBackoff(5.0, -1.0)); GetRoundedBackoff 289 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(10, GetRoundedBackoff(5.0, 0.0)); GetRoundedBackoff 290 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(12, GetRoundedBackoff(5.0, +1.0)); GetRoundedBackoff 293 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(19, GetRoundedBackoff(13.0, -1.0)); GetRoundedBackoff 294 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(20, GetRoundedBackoff(13.0, 0.0)); GetRoundedBackoff 295 sync/notifier/registration_manager_unittest.cc EXPECT_EQ(20, GetRoundedBackoff(13.0, +1.0));