Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bstr-1.11.0/src/
Dbstring.rs90 pub(crate) fn as_vec(&self) -> &Vec<u8> { in as_vec() method
Dext_vec.rs87 fn as_vec(&self) -> &Vec<u8> { in as_vec() method
128 fn as_vec(&self) -> &Vec<u8>; in as_vec() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bstr-1.11.0/src/
Dbstring.rs90 pub(crate) fn as_vec(&self) -> &Vec<u8> { in as_vec() method
Dext_vec.rs87 fn as_vec(&self) -> &Vec<u8> { in as_vec() method
128 fn as_vec(&self) -> &Vec<u8>; in as_vec() method
/external/rust/android-crates-io/crates/bstr/src/
Dbstring.rs90 pub(crate) fn as_vec(&self) -> &Vec<u8> { in as_vec() method
Dext_vec.rs90 fn as_vec(&self) -> &Vec<u8> { in as_vec() method
131 fn as_vec(&self) -> &Vec<u8>; in as_vec() method
/external/rust/android-crates-io/crates/zeroize/tests/
Dzeroize.rs163 let mut as_vec = string.into_bytes(); in zeroize_string_entire_capacity() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Drust_vec.rs40 pub fn as_vec(&self) -> &Vec<T> { in as_vec() method
/external/rust/cxx/src/
Drust_vec.rs40 pub fn as_vec(&self) -> &Vec<T> { in as_vec() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Drust_vec.rs40 pub fn as_vec(&self) -> &Vec<T> { in as_vec() method
/external/mesa3d/src/nouveau/compiler/nak/
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
/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