Searched refs:add_assign (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/syn/ |
| H A D | bigint.rs | 43 fn add_assign(&mut self, mut increment: u8) { in add_assign() method
|
| /linux/rust/kernel/ |
| H A D | time.rs | 367 fn add_assign(&mut self, rhs: Self) { in add_assign() method
|
| /linux/rust/zerocopy/src/ |
| H A D | byteorder.rs | 307 impl_ops_traits!(@with_byteorder_swap $name, $native, Add, add, AddAssign, add_assign); 1540 test!(@binary Add, add[checked_add], AddAssign, add_assign, call_for_all_types); in test_ops_impls()
|