Searched defs:right (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | TwoWayDictionary.cs | 49 public bool TryExchange(TRight right, TLeft newLeft, out TLeft oldLeft) in TryExchange() 62 public bool Remove(TLeft left, out TRight right) in Remove() 77 public bool Remove(TRight right, out TLeft left) in Remove() 92 public bool Remove(TRight right) in Remove() 105 public void Add(TLeft left, TRight right) in Add() 116 public bool TryGetValue(TLeft left, out TRight right) in TryGetValue() 121 public bool TryGetValue(TRight right, out TLeft left) in TryGetValue() 126 public bool ExistsEither(TLeft left, TRight right) in ExistsEither() 139 public bool Exists(TRight right) in Exists() 173 private void RemoveExistingMapping(TLeft left, TRight right) in RemoveExistingMapping() [all …]
|
| D | FastReadConcurrentTwoWayDictionary.cs | 59 public bool TryRemove(TLeft left, out TRight right) in TryRemove() 85 public void Remove(TRight right) in Remove() 106 public void Add(TLeft left, TRight right) in Add() 111 public void Add(TRight right, TLeft left) in Add() 135 public bool ExistsEither(TRight right, TLeft left) in ExistsEither() 140 public bool ExistsEither(TLeft left, TRight right) in ExistsEither() 160 public bool TryGetValue(TLeft left, out TRight right) in TryGetValue() 171 public bool TryGetValue(TRight right, out TLeft left) in TryGetValue() 213 private void OnItemRemoved(TLeft left, TRight right) in OnItemRemoved()
|
| D | WeakMultiTable.cs | 24 public void Add(TLeft left, TRight right) in Add() 50 public IEnumerable<TLeft> GetAllForRight(TRight right) in GetAllForRight() 67 public void RemovePair(TLeft left, TRight right) in RemovePair()
|