Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dchar.rs24 pub Ccu: UChar,
98 unsafe { ::std::ptr::addr_of!((*ptr).Ccu) as usize - ptr as usize }, in bindgen_test_layout_Test()
100 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Ccu)) in bindgen_test_layout_Test()
H A Dtest_mixed_header_and_header_contents.rs31 pub Ccu: UChar,
105 unsafe { ::std::ptr::addr_of!((*ptr).Ccu) as usize - ptr as usize }, in bindgen_test_layout_Test()
107 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Ccu)) in bindgen_test_layout_Test()
H A Dtest_multiple_header_calls_in_builder.rs25 pub Ccu: UChar,
99 unsafe { ::std::ptr::addr_of!((*ptr).Ccu) as usize - ptr as usize }, in bindgen_test_layout_Test()
101 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Ccu)) in bindgen_test_layout_Test()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dchar.h19 const UChar Ccu; member

Completed in 2 milliseconds