Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Ditem.rs3 use super::super::codegen::{EnumVariation, CONSTIFIED_ENUM_MODULE_REPR_NAME};
1906 path.push(CONSTIFIED_ENUM_MODULE_REPR_NAME.into()); in namespace_aware_canonical_path()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs61 pub static CONSTIFIED_ENUM_MODULE_REPR_NAME: &'static str = "Type"; variable
2605 CONSTIFIED_ENUM_MODULE_REPR_NAME, in new()
2725 let ty = ctx.rust_ident(CONSTIFIED_ENUM_MODULE_REPR_NAME); in with_variant()