Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dpacket_parser.rs308 … fn try_parse_from_buffer(buf: impl Into<SizedBitSlice<'a>>) -> Result<Self, ParseError> { in generate_packet()
338 #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