Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs99 cursor.enum_val_unsigned().map(EnumVariantValue::Unsigned) in from_ty()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs671 pub fn enum_val_unsigned(&self) -> Option<u64> { in enum_val_unsigned() method