Home
last modified time | relevance | path

Searched refs:get_bytes_with_u8_length (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/octets/src/
Dlib.rs217 pub fn get_bytes_with_u8_length(&mut self) -> Result<Octets<'a>> { in get_bytes_with_u8_length() method
508 pub fn get_bytes_with_u8_length(&mut self) -> Result<Octets> { in get_bytes_with_u8_length() method
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dtls.rs1131 while let Ok(proto) = protos.get_bytes_with_u8_length() { in select_alpn()
Dframe.rs267 conn_id: b.get_bytes_with_u8_length()?.to_vec(), in from_bytes()
Dlib.rs945 while let Ok(proto) = b.get_bytes_with_u8_length() { in set_application_protos_wire_format()
/aosp_15_r20/external/rust/crates/quiche/src/
Dtls.rs1131 while let Ok(proto) = protos.get_bytes_with_u8_length() { in select_alpn()
Dframe.rs267 conn_id: b.get_bytes_with_u8_length()?.to_vec(), in from_bytes()
Dlib.rs945 while let Ok(proto) = b.get_bytes_with_u8_length() { in set_application_protos_wire_format()