Searched refs:ReturnThenAssign (Results 1 – 1 of 1) sorted by relevance
1853 public static T ReturnThenAssign<T>(ref T variable, T value) in ReturnThenAssign() method in Antmicro.Renode.Utilities.Misc1860 …public static bool ReturnThenSet(ref bool variable, bool value = true) => ReturnThenAssign(ref var… in ReturnThenSet()1862 … public static bool ReturnThenClear(ref bool variable) => ReturnThenAssign(ref variable, false);