Searched refs:corrupt_chance (Results 1 – 3 of 3) sorted by relevance
102 let corrupt_chance = matches in parse_middleware_options() localVariable151 device.set_corrupt_chance(corrupt_chance); in parse_middleware_options()
164 let corrupt_chance = matches in parse_middleware_options() localVariable212 device.set_corrupt_chance(corrupt_chance); in parse_middleware_options()
123 pub fn corrupt_chance(&self) -> u8 { in corrupt_chance() method