Searched defs:ComputedOffsetId (Results 1 – 2 of 2) sorted by relevance
58 pub enum ComputedOffsetId<'a> { enum520 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()
57 impl Declarable for ComputedOffsetId<'_> { implementation