Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/h3/
Dstream.rs652 let stream_ty = stream.try_consume_varint()?; in parse_uni() localVariable
1129 let stream_ty = stream.try_consume_varint().unwrap(); in grease() localVariable