Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSimpleCacheTests.cs60 cache.Get(obj2, Generator2); in ShouldNotMixParametersAndGenerators()
65 cache.Get(obj1, Generator2); in ShouldNotMixParametersAndGenerators()
237 cache.Get(obj1, Generator2); in ShouldClearCache()
238 cache.Get(obj2, Generator2); in ShouldClearCache()
265 private string Generator2(object obj) in Generator2() method in Antmicro.Renode.Utilities.SimpleCacheTests