Home
last modified time | relevance | path

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

/aosp_15_r20/tools/security/fuzzing/orphans/hashlink/
H A Dhashlink_linkedhashset_fuzzer.rs32 enum LinkedHashSetMethods { enum
45 fuzz_target!(|commands: Vec<LinkedHashSetMethods>| {
49 LinkedHashSetMethods::Insert { value } => {
52 LinkedHashSetMethods::Remove { value } => {
55 LinkedHashSetMethods::Contains { value } => {
58 LinkedHashSetMethods::Get { value } => {
61 LinkedHashSetMethods::GetOrInsert { value } => {
64 LinkedHashSetMethods::Iter => {
67 LinkedHashSetMethods::Drain => {
70 LinkedHashSetMethods::Clear => {
[all …]