Home
last modified time | relevance | path

Searched refs:raw_fields (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dcomp.rs498 raw_fields: I, in raw_fields_to_fields_and_bitfield_units()
504 let mut raw_fields = raw_fields.into_iter().fuse().peekable(); in raw_fields_to_fields_and_bitfield_units() localVariable
513 let non_bitfields = raw_fields in raw_fields_to_fields_and_bitfield_units()
523 let mut bitfields = raw_fields in raw_fields_to_fields_and_bitfield_units()
542 raw_fields.next().is_none(), in raw_fields_to_fields_and_bitfield_units()