Home
last modified time | relevance | path

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

/tools/security/fuzzing/orphans/hashlink/
Dhashlink_lrucache_fuzzer.rs32 commands: Vec<LruCacheMethods>,
36 enum LruCacheMethods { enum
53 LruCacheMethods::Insert { key, value } => {
56 LruCacheMethods::Remove { key } => {
59 LruCacheMethods::ContainsKey { key } => {
62 LruCacheMethods::Get { key } => {
65 LruCacheMethods::EntryOrInsert { key, value } => {
68 LruCacheMethods::Iter => {
71 LruCacheMethods::Drain => {
74 LruCacheMethods::Clear => {
[all …]