Home
last modified time | relevance | path

Searched defs:to_raw_bytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/os_str_bytes/src/
Dlib.rs423 fn to_raw_bytes(&self) -> Cow<'_, [u8]>; in to_raw_bytes() method
444 fn to_raw_bytes(&self) -> Cow<'_, [u8]> { in to_raw_bytes() method
467 fn to_raw_bytes(&self) -> Cow<'_, [u8]> { in to_raw_bytes() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/
Dmod.rs139 pub(crate) fn to_raw_bytes(&self) -> ArrayView<u8, NP_ADV_MAX_SECTION_LEN> { in to_raw_bytes() method