Home
last modified time | relevance | path

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

/aosp_15_r20/tools/security/fuzzing/orphans/hashbrown/
H A Dhashbrown_hashset_fuzzer.rs32 enum HashSetMethods { enum
46 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 …]