Home
last modified time | relevance | path

Searched defs:FunctionPrototypeC (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs97 pub struct FunctionPrototypeC { struct
99 pub type_qualifier: TypeQualifierC,
101 pub type_name: BaseTypeC,
103 pub pointer_level: PointerLevelC,
105 pub params: ParameterListC,
107 pub ident_id: String,
519 impl MakeUnique for FunctionPrototypeC { implementation
527 impl Arbitrary for FunctionPrototypeC { implementation
528 fn arbitrary<G: Gen>(g: &mut G) -> FunctionPrototypeC { in arbitrary()
540 impl fmt::Display for FunctionPrototypeC { implementation