Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-integration/cpp/
H A DTest.cc80 unsigned short nMonth, in assert()
86 this->nMonth == nMonth && in assert()
94 unsigned short nMonth, in assert()
100 this->nMonth == nMonth && in assert()
108 unsigned char nMonth, in assert()
112 this->nMonth == nMonth && 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 DTest.h127 unsigned short nMonth : 5; // 0..12 (5 bits) member
133 unsigned short nMonth,
142 unsigned short nMonth : 5; // 0..12 (5 bits) member
149 unsigned short nMonth,
157 unsigned char nMonth : 5; member
163 unsigned char nMonth,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbitfield_align.h31 unsigned short nMonth : 5; // 0..12 (5 bits) member
38 unsigned short nMonth : 5; // 0..12 (5 bits) member
46 unsigned short nMonth : 5; // 0..12 (5 bits) member
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield_align.rs511 pub fn nMonth(&self) -> ::std::os::raw::c_ushort { in nMonth() functions
540 nMonth: ::std::os::raw::c_ushort, in new_bitfield_1()
554 let nMonth: u16 = unsafe { ::std::mem::transmute(nMonth) };
555 nMonth as u64
612 pub fn nMonth(&self) -> ::std::os::raw::c_ushort { in nMonth() functions
654 nMonth: ::std::os::raw::c_ushort, in new_bitfield_1()
669 let nMonth: u16 = unsafe { ::std::mem::transmute(nMonth) };
670 nMonth a
745 pub fn nMonth(&self) -> ::std::os::raw::c_ushort { nMonth() functions
[all...]

Completed in 3 milliseconds