Searched defs:ParseError (Results 1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/ |
| D | preamble.rs | 20 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/ |
| D | request_handler.rs | 58 ) -> Result<AttChild, ParseError> { in try_parse_and_process_packet() argument
|
| /packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/ |
| D | read_by_type_request.rs | 21 ) -> Result<AttChild, ParseError> { in handle_read_by_type_request() argument
|
| D | read_by_group_type_request.rs | 28 ) -> Result<AttChild, ParseError> { in handle_read_by_group_type_request() argument
|
| /packages/modules/Virtualization/libs/apexutil/src/ |
| D | lib.rs | 55 ParseError(#[from] ApexParseError), enumerator
|
| /packages/modules/Bluetooth/system/rust/src/core/ |
| D | uuid.rs | 39 fn try_from(value: UuidView<'_>) -> Result<Self, ParseError> { in try_from() argument
|
| /packages/modules/Virtualization/libs/vbmeta/src/ |
| D | lib.rs | 58 ParseError(#[from] VbMetaImageParseError), enumerator
|