Searched refs:cursor (Results 1 – 2 of 2) sorted by relevance
5 let mut cursor = std::io::Cursor::new(data); localVariable6 let _session = sdp::SessionDescription::unmarshal(&mut cursor);
90 let mut cursor = Cursor::new(bytes); in from_bytes() localVariable91 Self::from_reader::<B, _>(&mut cursor) in from_bytes()