Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs141 UnionDecl(UnionDeclarationC), enumerator
176 DeclarationC::UnionDecl(ref mut d) => d.make_unique(stamp), in make_unique()
192 3 => DeclarationC::UnionDecl(UnionDeclarationC::arbitrary(g)), in arbitrary()
207 DeclarationC::UnionDecl(ref d) => write!(f, "{}", d), in fmt()