| D | quic_connection_test.cc | 607 loss_algorithm_(new MockLossAlgorithm()), in QuicConnectionTest() 618 connection_.SetLossAlgorithm(loss_algorithm_); in QuicConnectionTest() 640 EXPECT_CALL(*loss_algorithm_, GetLossTimeout()) in QuicConnectionTest() 642 EXPECT_CALL(*loss_algorithm_, DetectLostPackets(_, _, _, _)) in QuicConnectionTest() 960 MockLossAlgorithm* loss_algorithm_; member in net::test::__anon75b1c9da0111::QuicConnectionTest 1109 EXPECT_CALL(*loss_algorithm_, DetectLostPackets(_, _, _, _)) in TEST_P() 1126 EXPECT_CALL(*loss_algorithm_, DetectLostPackets(_, _, _, _)) in TEST_P() 1189 EXPECT_CALL(*loss_algorithm_, DetectLostPackets(_, _, _, _)) in TEST_P() 1202 EXPECT_CALL(*loss_algorithm_, DetectLostPackets(_, _, _, _)) in TEST_P() 1217 EXPECT_CALL(*loss_algorithm_, DetectLostPackets(_, _, _, _)) in TEST_P() [all …]
|