Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DTwoWayDictionary.cs36 public bool TryExchange(TLeft left, TRight newRight, out TRight oldRight) in TryExchange() method in Antmicro.Renode.Utilities.Collections.TwoWayDictionary
49 public bool TryExchange(TRight right, TLeft newLeft, out TLeft oldLeft) in TryExchange() method in Antmicro.Renode.Utilities.Collections.TwoWayDictionary