Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/codegen/
Dmod.rs4233 let bitfield_unit_src = include_str!("./bitfield_unit.rs"); in prepend_bitfield_unit_type() localVariable
4234 let bitfield_unit_src = if ctx.options().rust_features().min_const_fn { in prepend_bitfield_unit_type() localVariable
4235 Cow::Borrowed(bitfield_unit_src) in prepend_bitfield_unit_type()
4237 Cow::Owned(bitfield_unit_src.replace("const fn ", "fn ")) in prepend_bitfield_unit_type()
4240 proc_macro2::TokenStream::from_str(&bitfield_unit_src).unwrap(); in prepend_bitfield_unit_type()