Searched refs:set_ty (Results 1 – 2 of 2) sorted by relevance
182 pub fn set_ty(&mut self, ty: Type) -> Result<()> { in set_ty() method531 .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()
1394 if let Err(e) = stream.set_ty(ty) { in process_readable_stream()