Home
last modified time | relevance | path

Searched refs:Cch (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dchar.rs20 pub Cch: Char,
73 unsafe { ::std::ptr::addr_of!((*ptr).Cch) as usize - ptr as usize }, in bindgen_test_layout_Test()
75 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Cch)) in bindgen_test_layout_Test()
H A Dtest_mixed_header_and_header_contents.rs27 pub Cch: Char,
80 unsafe { ::std::ptr::addr_of!((*ptr).Cch) as usize - ptr as usize }, in bindgen_test_layout_Test()
82 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Cch)) in bindgen_test_layout_Test()
H A Dtest_multiple_header_calls_in_builder.rs21 pub Cch: Char,
74 unsafe { ::std::ptr::addr_of!((*ptr).Cch) as usize - ptr as usize }, in bindgen_test_layout_Test()
76 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Cch)) in bindgen_test_layout_Test()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dchar.h15 Char Cch; member

Completed in 1 milliseconds