Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dcapsule.h189 struct QUICHE_EXPORT WebTransportMaxStreamDataCapsule { struct
193 bool operator==(const WebTransportMaxStreamDataCapsule& other) const; argument
195 CapsuleType capsule_type() const { return CapsuleType::WT_MAX_STREAM_DATA; } in capsule_type()