Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dcapsule.h173 struct QUICHE_EXPORT WebTransportResetStreamCapsule { struct
177 bool operator==(const WebTransportResetStreamCapsule& other) const; argument
179 CapsuleType capsule_type() const { return CapsuleType::WT_RESET_STREAM; } in capsule_type()