Home | History | Annotate | Download | only in Collections

Lines Matching refs:false

7   new Benchmark('Set', false, false, 0, MapSet),
8 new Benchmark('Has', false, false, 0, MapHas, MapSetup, MapTearDown),
9 new Benchmark('Get', false, false, 0, MapGet, MapSetup, MapTearDown),
10 new Benchmark('Delete', false, false, 0, MapDelete, MapSetup, MapTearDown),
11 new Benchmark('ForEach', false, false, 0, MapForEach, MapSetup, MapTearDown),