Home
last modified time | relevance | path

Searched defs:ChildCollection (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DSimpleContainer.cs18 Dictionary<int, IPeripheral> ChildCollection { get; } property
96 protected Dictionary<int, T> ChildCollection; field in Antmicro.Renode.Core.Structure.SimpleContainerBase
155 public new Dictionary<int, T> ChildCollection => base.ChildCollection; field in Antmicro.Renode.Core.Structure.SimpleContainerHelper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs845 public readonly Dictionary<int, ICFU> ChildCollection; field in Antmicro.Renode.Peripherals.CPU.BaseRiscV