Home
last modified time | relevance | path

Searched defs:as_vec (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dext_vec.rs90 fn as_vec(&self) -> &Vec<u8> { in as_vec() method
131 fn as_vec(&self) -> &Vec<u8>; in as_vec() method
Dbstring.rs90 pub(crate) fn as_vec(&self) -> &Vec<u8> { in as_vec() method
/aosp_15_r20/external/rust/android-crates-io/crates/zeroize/tests/
Dzeroize.rs163 let mut as_vec = string.into_bytes(); in zeroize_string_entire_capacity() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Drust_vec.rs40 pub fn as_vec(&self) -> &Vec<T> { in as_vec() method
/aosp_15_r20/external/rust/cxx/src/
Drust_vec.rs40 pub fn as_vec(&self) -> &Vec<T> { in as_vec() method
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dbuilder.rs839 pub fn as_vec(self) -> Vec<Box<Instr>> { in as_vec() method
881 pub fn as_vec(self) -> Vec<Box<Instr>> { in as_vec() method
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/
Daead_tests.rs457 let as_vec = test_case.consume_bytes("KEY"); in aead_chacha20_poly1305_openssh() localVariable
/aosp_15_r20/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dobject_mapping.rs369 pub fn as_vec(&self) -> Result<Vec<Controlee>> { in as_vec() method