Searched defs:left (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | TwoWayDictionary.cs | 30 public bool Remove(TLeft left) in Remove() 36 public bool TryExchange(TLeft left, TRight newRight, out TRight oldRight) in TryExchange() 62 public bool Remove(TLeft left, out TRight right) in Remove() 77 public bool Remove(TRight right, out TLeft left) 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() 134 public bool Exists(TLeft left) in Exists() 173 private void RemoveExistingMapping(TLeft left, TRight right) in RemoveExistingMapping() [all …]
|
| D | FastReadConcurrentTwoWayDictionary.cs | 53 public void Remove(TLeft left) in Remove() 59 public bool TryRemove(TLeft left, out TRight right) in TryRemove() 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() 154 public bool Exists(TLeft left) in Exists() 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() 33 public IEnumerable<TRight> GetAllForLeft(TLeft left) in GetAllForLeft() 67 public void RemovePair(TLeft left, TRight right) in RemovePair()
|