Searched refs:MockSendAlgorithm (Results 1 – 10 of 10) sorted by relevance
46 mock_sender_(new StrictMock<MockSendAlgorithm>()), in PacingSenderTest()56 mock_sender_ = std::make_unique<StrictMock<MockSendAlgorithm>>(); in InitPacingRate()142 std::unique_ptr<StrictMock<MockSendAlgorithm>> mock_sender_;
1146 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1187 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1233 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1371 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()2425 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()2539 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
101 send_algorithm_(new StrictMock<MockSendAlgorithm>), in QuicSentPacketManagerTest()322 MockSendAlgorithm* send_algorithm_;
404 void EnablePathMtuDiscovery(MockSendAlgorithm* send_algorithm) { in EnablePathMtuDiscovery()620 send_algorithm_(new StrictMock<MockSendAlgorithm>), in QuicConnectionTest()1587 MockSendAlgorithm* send_algorithm_;1924 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()14153 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()14318 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()14506 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()16924 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()17004 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()
837 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()878 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()924 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1027 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1925 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()2043 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
1208 class MockSendAlgorithm : public SendAlgorithmInterface {1210 MockSendAlgorithm();1211 MockSendAlgorithm(const MockSendAlgorithm&) = delete;1212 MockSendAlgorithm& operator=(const MockSendAlgorithm&) = delete;1213 ~MockSendAlgorithm() override;
806 MockSendAlgorithm::MockSendAlgorithm() { in MockSendAlgorithm() function in quic::test::MockSendAlgorithm813 MockSendAlgorithm::~MockSendAlgorithm() {} in ~MockSendAlgorithm()
99 auto* sender = new NiceMock<test::MockSendAlgorithm>(); in TEST_F()
190 send_algorithm_ = new quic::test::MockSendAlgorithm(); in Initialize()594 raw_ptr<quic::test::MockSendAlgorithm> send_algorithm_;
355 send_algorithm_ = new quic::test::MockSendAlgorithm(); in Initialize()660 raw_ptr<quic::test::MockSendAlgorithm> send_algorithm_;