Searched refs:align_to_latest_field (Results 1 – 1 of 1) sorted by relevance
126 self.align_to_latest_field(layout); in saw_base()137 self.align_to_latest_field(layout); in saw_bitfield_unit()192 let will_merge_with_bitfield = self.align_to_latest_field(field_layout); in saw_field_with_layout()365 fn align_to_latest_field(&mut self, new_field_layout: Layout) -> bool { in align_to_latest_field() method