Home
last modified time | relevance | path

Searched refs:try_parse_from_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Dpacket_parser.rs309 … fn try_parse_from_buffer(buf: impl Into<SizedBitSlice<'a>>) -> Result<Self, ParseError> { in generate_packet()
339 #id_ident::try_parse_from_buffer(&buf[..])?; in generate_packet()
Dpreamble.rs152 fn try_parse_from_buffer(buf: impl Into<SizedBitSlice<'a>>) -> Result<Self, ParseError>; in try_parse_from_buffer() method