Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bincode/tests/
Dtest.rs596 borrowed_bytes: &'a [u8], in test_zero_copy_parse() field
690 borrowed_bytes: &'a [u8], in test_zero_copy_parse_deserialize_into() field
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dde.rs918 let borrowed_bytes = borrowed_repr.get(expected_start..expected_end)?; in parse_borrowed_str() localVariable