Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/allowlisted/
Dfile.hpp20 struct StructWithAllowlistedDefinition { struct
21 StructWithAllowlistedFwdDecl* other;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dallowlist-file.rs56 pub struct StructWithAllowlistedDefinition { struct
61 const UNINIT: ::std::mem::MaybeUninit<StructWithAllowlistedDefinition> = in bindgen_test_layout_StructWithAllowlistedDefinition() argument
85 impl Default for StructWithAllowlistedDefinition { implementation