Home
last modified time | relevance | path

Searched refs:read_position (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs460 /// Returns the read_position of the MsgParcel in bytes.
467 /// assert_eq!(0, msg.read_position());
469 /// assert_eq!(0, msg.read_position());
471 /// assert_eq!(4, msg.read_position());
473 pub fn read_position(&mut self) -> usize { in read_position() functions
H A Dwrapper.rs795 assert_eq!(0, msg.read_position()); in position()

Completed in 4 milliseconds