Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dbitfield_align.h28 struct Date1 { struct
29 unsigned short nWeekDay : 3; // 0..7 (3 bits)
30 unsigned short nMonthDay : 6; // 0..31 (6 bits)
31 unsigned short nMonth : 5; // 0..12 (5 bits)
32 unsigned short nYear : 8; // 0..100 (8 bits)
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield_align.rs465 pub struct Date1 { struct
473 ::std::mem::size_of::<Date1>(), in bindgen_test_layout_Date1() argument
483 impl Date1 { implementation