Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/io/util/
Dread_to_end.rs39 pub(super) fn read_to_end_internal<V: VecU8, R: AsyncRead + ?Sized>( in read_to_end_internal()
60 fn poll_read_to_end<V: VecU8, R: AsyncRead + ?Sized>( in poll_read_to_end()
Dvec_with_initialized.rs11 pub(crate) unsafe trait VecU8: AsRef<Vec<u8>> + AsMut<Vec<u8>> {} interface
14 unsafe impl VecU8 for &mut Vec<u8> {} impl
/external/rust/android-crates-io/crates/protobuf/src/reflect/
Druntime_type_box.rs33 VecU8, enumerator