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/
DTest.cc80 unsigned short nMonth, in assert() argument
86 this->nMonth == nMonth && in assert()
94 unsigned short nMonth, in assert() argument
100 this->nMonth == nMonth && in assert()
108 unsigned char nMonth, in assert() argument
112 this->nMonth == nMonth && in assert()
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/
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/
Dbitfield_align.rs511 pub fn nMonth(&self) -> ::std::os::raw::c_ushort { in nMonth() method
540 nMonth: ::std::os::raw::c_ushort, in new_bitfield_1()
554 let nMonth: u16 = unsafe { ::std::mem::transmute(nMonth) }; localVariable
555 nMonth as u64
612 pub fn nMonth(&self) -> ::std::os::raw::c_ushort { in nMonth() method
654 nMonth: ::std::os::raw::c_ushort, in new_bitfield_1()
669 let nMonth: u16 = unsafe { ::std::mem::transmute(nMonth) }; localVariable
670 nMonth as u64
745 pub fn nMonth(&self) -> ::std::os::raw::c_ushort { in nMonth() method
774 nMonth: ::std::os::raw::c_ushort, in new_bitfield_1()
[all …]