Searched refs:nMonthDay (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-integration/cpp/ |
H A D | Test.cc | 79 unsigned short nMonthDay, in assert() 85 this->nMonthDay == nMonthDay && in assert() 93 unsigned short nMonthDay, in assert() 99 this->nMonthDay == nMonthDay && in assert() 109 unsigned char nMonthDay) { in assert() 111 this->nMonthDay == nMonthDay && in assert() 78 assert(unsigned short nWeekDay, unsigned short nMonthDay, unsigned short nMonth, unsigned short nYear, unsigned short byte) assert() argument 92 assert(unsigned short nWeekDay, unsigned short nMonthDay, unsigned short nMonth, unsigned short nYear, unsigned char byte) assert() argument 106 assert(unsigned char byte, unsigned char nWeekDay, unsigned char nMonth, unsigned char nMonthDay) assert() argument
|
H A D | Test.h | 126 unsigned short nMonthDay : 6; // 0..31 (6 bits) member 132 unsigned short nMonthDay, 141 unsigned short nMonthDay : 6; // 0..31 (6 bits) member 148 unsigned short nMonthDay, 158 unsigned char nMonthDay : 6; member 164 unsigned char nMonthDay);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | bitfield_align.h | 30 unsigned short nMonthDay : 6; // 0..31 (6 bits) member 37 unsigned short nMonthDay : 6; // 0..31 (6 bits) member 45 unsigned short nMonthDay : 6; // 0..31 (6 bits) member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield_align.rs | 498 pub fn nMonthDay(&self) -> ::std::os::raw::c_ushort { in nMonthDay() functions 539 nMonthDay: ::std::os::raw::c_ushort, in new_bitfield_1() 550 let nMonthDay: u16 = unsafe { ::std::mem::transmute(nMonthDay) }; 551 nMonthDay as u64 599 pub fn nMonthDay(&self) -> ::std::os::raw::c_ushort { in nMonthDay() functions 653 nMonthDay: ::std::os::raw::c_ushort, in new_bitfield_1() 665 let nMonthDay: u16 = unsafe { ::std::mem::transmute(nMonthDay) }; 666 nMonthDay a 732 pub fn nMonthDay(&self) -> ::std::os::raw::c_ushort { nMonthDay() functions [all...] |
Completed in 2 milliseconds