Home
last modified time | relevance | path

Searched refs:add_assign (Results 1 – 3 of 3) sorted by relevance

/linux/rust/syn/
H A Dbigint.rs43 fn add_assign(&mut self, mut increment: u8) { in add_assign() method
/linux/rust/kernel/
H A Dtime.rs367 fn add_assign(&mut self, rhs: Self) { in add_assign() method
/linux/rust/zerocopy/src/
H A Dbyteorder.rs307 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()