Home
last modified time | relevance | path

Searched defs:to_bytes_le (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Dlib.rs832 pub const fn to_bytes_le(&self) -> Bytes { in to_bytes_le() method
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs698 pub fn to_bytes_le(&self) -> Vec<u8> { in to_bytes_le() method
Dbigint.rs746 pub fn to_bytes_le(&self) -> (Sign, Vec<u8>) { in to_bytes_le() method