Searched refs:MockSendAlgorithm (Results 1 – 11 of 11) sorted by relevance
46 mock_sender_(new StrictMock<MockSendAlgorithm>()), in PacingSenderTest()56 mock_sender_ = std::make_unique<StrictMock<MockSendAlgorithm>>(); in InitPacingRate()144 std::unique_ptr<StrictMock<MockSendAlgorithm>> mock_sender_;
1142 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1183 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1229 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1441 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()2529 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()2643 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
404 void EnablePathMtuDiscovery(MockSendAlgorithm* send_algorithm) { in EnablePathMtuDiscovery()610 send_algorithm_(new StrictMock<MockSendAlgorithm>), in QuicConnectionTest()1552 MockSendAlgorithm* send_algorithm_;1890 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()14049 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()14214 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()14398 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()16770 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()16850 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()
101 send_algorithm_(new StrictMock<MockSendAlgorithm>), in QuicSentPacketManagerTest()327 MockSendAlgorithm* send_algorithm_;
1206 class MockSendAlgorithm : public SendAlgorithmInterface {1208 MockSendAlgorithm();1209 MockSendAlgorithm(const MockSendAlgorithm&) = delete;1210 MockSendAlgorithm& operator=(const MockSendAlgorithm&) = delete;1211 ~MockSendAlgorithm() override;
814 MockSendAlgorithm::MockSendAlgorithm() { in MockSendAlgorithm() function in quic::test::MockSendAlgorithm821 MockSendAlgorithm::~MockSendAlgorithm() {} in ~MockSendAlgorithm()
876 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()918 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()965 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()1071 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()2127 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()2247 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
99 auto* sender = new NiceMock<test::MockSendAlgorithm>(); in TEST_F()
259 raw_ptr<quic::test::MockSendAlgorithm> send_algorithm_;
121 send_algorithm_ = new quic::test::MockSendAlgorithm(); in InitializeSession()
364 send_algorithm_ = new quic::test::MockSendAlgorithm(); in Initialize()635 raw_ptr<quic::test::MockSendAlgorithm> send_algorithm_;