Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DHandlesCollection.cs122 public IEnumerator<TimeHandle> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Time.HandlesCollection
124 return WithLinkedListNode.Select(x => x.Value).GetEnumerator(); in GetEnumerator()
178 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
180 return this.GetEnumerator(); in IEnumerable.GetEnumerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DTreeBase.cs87 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
89 return GetEnumerator(); in IEnumerable.GetEnumerator()
92 public IEnumerator<TValue> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Utilities.Collections.TreeBase
DMultiValueDictionary.cs32 public IEnumerator<TValue> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Utilities.Collections.MultiValueDictionary
34 return single.Values.Concat(multiple.Values.SelectMany(list => list)).GetEnumerator(); in GetEnumerator()
37 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() in System.Collections.IEnumerable.GetEnumerator()
39 return GetEnumerator(); in System.Collections.IEnumerable.GetEnumerator()
DAutoResizingList.cs68 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
70 return GetEnumerator(); in IEnumerable.GetEnumerator()
73 public IEnumerator<T> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Utilities.Collections.AutoResizingList
DCircularBuffer.cs99 public IEnumerator<T> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Utilities.Collections.CircularBuffer
141 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
143 return GetEnumerator(); in IEnumerable.GetEnumerator()
DSerializableWeakKeyDictionary.cs162 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Utilities.Collections.SerializableWeakKeyDictionary
188 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() in System.Collections.IEnumerable.GetEnumerator()
190 return GetEnumerator(); in System.Collections.IEnumerable.GetEnumerator()
DSerializableWeakDictionary.cs196 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Utilities.Collections.SerializableWeakDictionary
208 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
210 return GetEnumerator(); in IEnumerable.GetEnumerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIORedirector.cs73 public IEnumerator<KeyValuePair<int, IGPIO>> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Core.IGPIORedirector
81 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() in System.Collections.IEnumerable.GetEnumerator()
83 return GetEnumerator(); in System.Collections.IEnumerable.GetEnumerator()
DRange.cs296 public IEnumerator GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Core.MinimalRangesCollection
298 return ranges.GetEnumerator(); in GetEnumerator()
306 IEnumerator<Range> IEnumerable<Range>.GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Core.MinimalRangesCollection
308 return ((IEnumerable<Range>)ranges).GetEnumerator(); in GetEnumerator()
DExternalsManager.cs209 var namesEnumerator = theirNames.GetEnumerator(); in GetNamesInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs184 public IEnumerator<T> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Peripherals.GPIOPort.GPIOInterruptManager.EventRisingCollection
186 return ((IEnumerable<T>)elements).GetEnumerator(); in GetEnumerator()
189 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
191 return elements.GetEnumerator(); in IEnumerable.GetEnumerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/SENT/
DTransmitter.cs44 var coroutine = TransmitterThread().GetEnumerator();
115 slowMessageBits = ProvideSlowMessage().Bits.GetEnumerator(); in ConstructFrame()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommandsManager.cs308 public IEnumerator<ICpuSupportingGdb> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Utilities.GDB.CommandsManager.ManagedCpusDictionary
310 return cpusToIds.Keys.GetEnumerator(); in GetEnumerator()
313 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
315 return this.GetEnumerator(); in IEnumerable.GetEnumerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DTextBackend.cs19 var messages = entry.Message.Split('\n').GetEnumerator(); in FormatLogEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DLowLevelRESDParser.cs177 public IEnumerator<IDataBlock> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Utilities.RESD.LowLevelRESDParser.DataBlockEnumerator
182 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
DRESDStream.cs202 this.blockEnumerator = parser.GetDataBlockEnumerator<T>().GetEnumerator(); in RESDStream()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs361 public IEnumerator<KeyValuePair<string, object>> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Config.JsonObject
363 return _members.GetEnumerator(); in GetEnumerator()
372 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
374 return _members.GetEnumerator(); in IEnumerable.GetEnumerator()
1263 IEnumerator ke = keys.GetEnumerator(); in SerializeObject()
1264 IEnumerator ve = values.GetEnumerator(); in SerializeObject()
1937 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Config.Reflection.SafeDictionary
1939 return ((ICollection<KeyValuePair<TKey, TValue>>)_dictionary).GetEnumerator(); in GetEnumerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Foreign/
DPlayer.cs29 entries = deserializer.DeserializeMany<IRecordEntry>().GetEnumerator(); in Player()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs412 public IEnumerator GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Core.SymbolLookup.SortedIntervals
414 return symbols.GetEnumerator(); in GetEnumerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs2092 public IEnumerator<T> GetEnumerator() in GetEnumerator() method in Antmicro.Renode.Peripherals.IRQControllers.NVIC.ExceptionSimpleArray
2094 return container.AsEnumerable().GetEnumerator(); in GetEnumerator()
2097 IEnumerator IEnumerable.GetEnumerator() in IEnumerable.GetEnumerator()
2099 return GetEnumerator(); in IEnumerable.GetEnumerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DMAX30208.cs434 public IEnumerator<byte> Enumerator => Bytes.OfType<byte>().GetEnumerator();
DMAX86171.cs1150 public IEnumerator<byte> Enumerator => Bytes.OfType<byte>().GetEnumerator();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1787 var enumerator = enumerable.GetEnumerator(); in Prefix()