Home
last modified time | relevance | path

Searched refs:set_ty (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/h3/
Dstream.rs182 pub fn set_ty(&mut self, ty: Type) -> Result<()> { in set_ty() method
531 .set_ty(Type::deserialize(stream_ty).unwrap()) in control_good()
587 .set_ty(Type::deserialize(stream_ty).unwrap()) in control_bad_multiple_settings()
651 .set_ty(Type::deserialize(stream_ty).unwrap()) in control_bad_late_settings()
692 .set_ty(Type::deserialize(stream_ty).unwrap()) in control_bad_frame()
826 .set_ty(Type::deserialize(stream_ty).unwrap()) in push_good()
909 .set_ty(Type::deserialize(stream_ty).unwrap()) in grease()
Dmod.rs1394 if let Err(e) = stream.set_ty(ty) { in process_readable_stream()