Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DTwoWayDictionary.cs72 RemoveExistingMapping(left, right); in Remove()
87 RemoveExistingMapping(left, right); in Remove()
100 RemoveExistingMapping(rights[right], right); in Remove()
173 private void RemoveExistingMapping(TLeft left, TRight right) in RemoveExistingMapping() method in Antmicro.Renode.Utilities.Collections.TwoWayDictionary