Searched defs:QuicCongestionFeedbackFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_protocol.cc277 QuicCongestionFeedbackFrame::QuicCongestionFeedbackFrame() : type(kTCP) {} function in class:net::QuicCongestionFeedbackFrame
279 QuicCongestionFeedbackFrame::~QuicCongestionFeedbackFrame() {}
331 QuicFrame::QuicFrame(QuicCongestionFeedbackFrame* frame)
505 const QuicCongestionFeedbackFrame& congestion_frame) {
H A Dquic_protocol.h754 struct NET_EXPORT_PRIVATE QuicCongestionFeedbackFrame { struct in namespace:net
755 QuicCongestionFeedbackFrame();
756 ~QuicCongestionFeedbackFrame();
759 std::ostream& os, const QuicCongestionFeedbackFrame& c);
867 explicit QuicFrame(QuicCongestionFeedbackFrame* frame);
887 QuicCongestionFeedbackFrame* congestion_feedback_frame;

Completed in 1177 milliseconds