Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/pdl/src/backends/
Dintermediate.rs58 pub enum ComputedOffsetId<'a> { enum
520 computed_offsets: &HashMap<ComputedOffsetId, ComputedOffset>, in compute_length_to_goal()
521 start: ComputedOffsetId, in compute_length_to_goal()
522 goal: ComputedOffsetId, in compute_length_to_goal()
/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dcomputed_values.rs57 impl Declarable for ComputedOffsetId<'_> { implementation