Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dfuzzers.rs139 StructDecl(StructDeclarationC), enumerator
175 DeclarationC::StructDecl(ref mut d) => d.make_unique(stamp), in make_unique()
191 2 => DeclarationC::StructDecl(StructDeclarationC::arbitrary(g)), in arbitrary()
206 DeclarationC::StructDecl(ref d) => write!(f, "{}", d), in fmt()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DMSLOutput_test.cpp317 TEST_F(MSLOutputTest, StructDecl) in TEST_F() argument