Searched defs:TestPerPacketOptions (Results 1 – 2 of 2) sorted by relevance
64 struct QUIC_EXPORT_PRIVATE TestPerPacketOptions : public PerPacketOptions { struct65 std::unique_ptr<quic::PerPacketOptions> Clone() const override { in Clone()
2187 struct TestPerPacketOptions : PerPacketOptions { struct2190 return std::make_unique<TestPerPacketOptions>(*this); in Clone() argument