Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dpreamble.rs100 pub fn try_parse<T: TryFrom<u64>>(&self) -> Result<T, ParseError> { in try_parse() method
153 fn try_parse(parent: Self::Parent) -> Result<Self, ParseError>; in try_parse() method
163 fn try_parse(buf: Box<[u8]>) -> Result<Self, ParseError>; in try_parse() method