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