Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dcapsule.h181 struct QUICHE_EXPORT WebTransportStopSendingCapsule { struct
185 bool operator==(const WebTransportStopSendingCapsule& other) const; argument
187 CapsuleType capsule_type() const { return CapsuleType::WT_STOP_SENDING; } in capsule_type()