Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DConnector.cs57 var interestingKeys = connections.GetAllForRight(element); in DisconnectFromAll()
66 return connections.GetAllForRight(obj).Cast<IConnectable<IEmulationElement>>(); in GetConnectionsFor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Collections/
DWeakMultiTableTest.cs32 Assert.AreEqual(2, table.GetAllForRight(0).Count()); in ShouldHandleManyLeftValuesForRight()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DWeakMultiTable.cs50 public IEnumerable<TLeft> GetAllForRight(TRight right) in GetAllForRight() method in Antmicro.Renode.Utilities.Collections.WeakMultiTable