Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs2092 public ContextKeyDictionary(Func<TValue> defaultFactory) in ContextKeyDictionary() argument
2094 this.defaultFactory = defaultFactory; in ContextKeyDictionary()
2095 globalAllAccess = globalValue[StateMask.AllAccess] = defaultFactory(); in ContextKeyDictionary()
2110 cpuAllAccess[key] = cpuLocalValues[key][StateMask.AllAccess] = defaultFactory(); in AddContextKey()
2141 collection[effectiveMask] = defaultFactory(); in WithStateCollection()
2187 cache[initiatorState.Value] = cachedValue = defaultFactory(); in TryGetValue()
2229 private readonly Func<TValue> defaultFactory; field in Antmicro.Renode.Peripherals.Bus.SystemBus.TValue