Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_connection_close_frame.cc45 std::ostream& os, const QuicConnectionCloseFrame& connection_close_frame) { in operator <<()
H A Dquic_frame.h114 QuicConnectionCloseFrame* connection_close_frame; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection_test.cc9280 std::unique_ptr<QuicConnectionCloseFrame> connection_close_frame( in TEST_P() local