Searched refs:HashSetMethods (Results 1 – 1 of 1) sorted by relevance
32 enum HashSetMethods { enum46 fuzz_target!(|commands: Vec<HashSetMethods>| {50 HashSetMethods::Insert { value } => {53 HashSetMethods::Remove { value } => {56 HashSetMethods::Contains { value } => {59 HashSetMethods::Get { value } => {62 HashSetMethods::GetOrInsert { value } => {65 HashSetMethods::Iter => {68 HashSetMethods::Drain => {71 HashSetMethods::Clear => {[all …]