Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPythonDictionarySurrogate.cs16 public PythonDictionarySurrogate(PythonDictionary dictionary) in PythonDictionarySurrogate()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEmulatorController.cs464 private readonly ConcurrentDictionary<string, string> dictionary; field in Antmicro.Renode.Peripherals.Miscellaneous.EmulatorController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs758 …private readonly Dictionary<TEnum, Signal<TEnum>> dictionary = new Dictionary<TEnum, Signal<TEnum>… field in Antmicro.Renode.Peripherals.Miscellaneous.ArmSignalsUnit.TEnum