Searched refs:write5 (Results 1 – 1 of 1) sorted by relevance
1891 let write5 = send.pop(11).unwrap(); in resend() localVariable1892 assert_eq!(write5.off(), 14); in resend()1893 assert_eq!(write5.len(), 5); in resend()1894 assert_eq!(write5.fin(), true); in resend()1895 assert_eq!(&write5[..], b"world"); in resend()