Home
last modified time | relevance | path

Searched defs:debug_delegate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_packet_creator.h419 void set_debug_delegate(DebugDelegate* debug_delegate) { in set_debug_delegate()
H A Dquic_sent_packet_manager.cc1456 void QuicSentPacketManager::SetDebugDelegate(DebugDelegate* debug_delegate) { in SetDebugDelegate()
H A Dquic_sent_packet_manager_test.cc539 StrictMock<MockDebugDelegate> debug_delegate; in TEST_F() local