Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DMultiTreeNode.cs75 ChildrenList.RemoveAt(index); in RemoveChild()
76 ConnectionWays.RemoveAt(index); in RemoveChild()
98 ChildrenList.RemoveAt(index); in RemoveChild()
99 ConnectionWays.RemoveAt(index); in RemoveChild()
DWeakMultiTable.cs78 snapshotLefts.RemoveAt(i); in RemovePair()
79 snapshotRights.RemoveAt(i); in RemovePair()
111 lefts.RemoveAt(i); in Snapshot()
112 rights.RemoveAt(i); in Snapshot()
DPriorityQueue.cs31 list.RemoveAt(0); in TryDequeue()
38 list.RemoveAt(0); in Dequeue()
DSerializableWeakDictionary.cs61 keys.RemoveAt(index); in Remove()
62 values.RemoveAt(index); in Remove()
243 keys.RemoveAt(i); in ObtainKeysAndValues()
244 values.RemoveAt(i); in ObtainKeysAndValues()
DAutoResizingList.cs114 RemoveAt(index); in Remove()
118 public void RemoveAt(int index) in RemoveAt() method in Antmicro.Renode.Utilities.Collections.AutoResizingList
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DBaseClockSource.cs216 clockEntries.RemoveAt(indexToRemove); in TryRemoveClockEntry()
217 clockEntriesUpdateHandlers.RemoveAt(indexToRemove); in TryRemoveClockEntry()
218 unaccountedTimes.RemoveAt(indexToRemove); in TryRemoveClockEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSnapshotTracker.cs44 snapshots.RemoveAt(index); in GetLastSnapshotBeforeOrAtTimeStamp()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs288 currentPath.RemoveAt(currentPath.Count - 1); in TryFindPathInnerRecursive()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFM32GGI2CController.cs511 rxpacket.RemoveAt(0); in AddRxData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs91 registeredHubs.RemoveAt(port); in Unregister()
925 public void RemoveAt(int index) in RemoveAt() method in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.T
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs654 processedLines.RemoveAt(processedLines.Count - 1); in TryExecuteScript()