Searched refs:raw_field_tuple (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/memoffset/src/ |
D | offset_of.rs | 145 let field_ptr = raw_field_tuple!(base_ptr, $parent, $field); 323 raw_field_tuple!(t_ptr, (u32, u8, bool), 0) as usize - t_addr in test_raw_field_tuple() 327 raw_field_tuple!(t_ptr, (u32, u8, bool), 1) as usize - t_addr in test_raw_field_tuple() 331 raw_field_tuple!(t_ptr, (u32, u8, bool), 2) as usize - t_addr in test_raw_field_tuple()
|
D | raw_field.rs | 185 macro_rules! raw_field_tuple { macro
|