Home
last modified time | relevance | path

Searched refs:Date2 (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbitfield_align.h35 struct Date2 { struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield_align.rs567 pub struct Date2 { structure names
574 ::std::mem::size_of::<Date2>(), in bindgen_test_layout_Date2()
576 concat!("Size of: ", stringify!(Date2)) in bindgen_test_layout_Date2()
579 ::std::mem::align_of::<Date2>(), in bindgen_test_layout_Date2()
581 concat!("Alignment of ", stringify!(Date2)) in bindgen_test_layout_Date2()
584 impl Date2 { impls
/third_party/rust/crates/bindgen/bindgen-integration/cpp/
H A DTest.h124 struct Date2 { struct
H A DTest.cc78 Date2::assert(unsigned short nWeekDay, in assert()
/third_party/rust/crates/bindgen/bindgen-integration/src/
H A Dlib.rs110 let mut date: bindings::bitfields::Date2 = unsafe { mem::zeroed() }; in test_bitfields_date2()

Completed in 3 milliseconds