Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dpreamble.rs20 pub enum ParseError { enum
43 pub fn offset(&self, offset: usize) -> Result<BitSlice<'a>, ParseError> { in offset() argument
57 pub fn slice(&self, len: usize) -> Result<SizedBitSlice<'a>, ParseError> { in slice() argument
71 fn byte_at(&self, index: usize) -> Result<u8, ParseError> { in byte_at() argument
100 pub fn try_parse<T: TryFrom<u64>>(&self) -> Result<T, ParseError> { in try_parse() argument
152 fn try_parse_from_buffer(buf: impl Into<SizedBitSlice<'a>>) -> Result<Self, ParseError>; in try_parse_from_buffer() argument
153 fn try_parse(parent: Self::Parent) -> Result<Self, ParseError>; in try_parse() argument
163 fn try_parse(buf: Box<[u8]>) -> Result<Self, ParseError>; in try_parse() argument
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Drequest_handler.rs58 ) -> Result<AttChild, ParseError> { in try_parse_and_process_packet() argument
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dread_by_type_request.rs21 ) -> Result<AttChild, ParseError> { in handle_read_by_type_request() argument
Dread_by_group_type_request.rs28 ) -> Result<AttChild, ParseError> { in handle_read_by_group_type_request() argument
/packages/modules/Virtualization/libs/apexutil/src/
Dlib.rs55 ParseError(#[from] ApexParseError), enumerator
/packages/modules/Bluetooth/system/rust/src/core/
Duuid.rs39 fn try_from(value: UuidView<'_>) -> Result<Self, ParseError> { in try_from() argument
/packages/modules/Virtualization/libs/vbmeta/src/
Dlib.rs58 ParseError(#[from] VbMetaImageParseError), enumerator