Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DFastReadConcurrentTwoWayDictionary.cs160 public bool TryGetValue(TLeft left, out TRight right) in TryGetValue() method in Antmicro.Renode.Utilities.Collections.FastReadConcurrentTwoWayDictionary
171 public bool TryGetValue(TRight right, out TLeft left) in TryGetValue() method in Antmicro.Renode.Utilities.Collections.FastReadConcurrentTwoWayDictionary
DTwoWayDictionary.cs116 public bool TryGetValue(TLeft left, out TRight right) in TryGetValue() method in Antmicro.Renode.Utilities.Collections.TwoWayDictionary
121 public bool TryGetValue(TRight right, out TLeft left) in TryGetValue() method in Antmicro.Renode.Utilities.Collections.TwoWayDictionary
DMultiValueDictionary.cs125 public bool TryGetValue(TKey key, out IReadOnlyCollection<TValue> values) in TryGetValue() method in Antmicro.Renode.Utilities.Collections.MultiValueDictionary
DSerializableWeakKeyDictionary.cs55 public bool TryGetValue(TKey key, out TValue value) in TryGetValue() method in Antmicro.Renode.Utilities.Collections.SerializableWeakKeyDictionary
DSerializableWeakDictionary.cs67 public bool TryGetValue(TKey key, out TValue value) in TryGetValue() method in Antmicro.Renode.Utilities.Collections.SerializableWeakDictionary
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLRUCache.cs24 public bool TryGetValue(TKey key, out TVal value) in TryGetValue() method in Antmicro.Renode.Utilities.LRUCache
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIORedirector.cs27 public bool TryGetValue(int key, out IGPIO value) in TryGetValue() method in Antmicro.Renode.Core.IGPIORedirector
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs136 …public static bool TryGetValue<K>(this HashSet<KeyValuePair<K, object>> hashSet, K key, out object… in TryGetValue() method in Antmicro.Renode.Config.HashSetExtensions
255 public bool TryGetValue(string key, out object value) in TryGetValue() method in Antmicro.Renode.Config.JsonObject
1927 public bool TryGetValue(TKey key, out TValue value) in TryGetValue() method in Antmicro.Renode.Config.Reflection.SafeDictionary
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs2162 public bool TryGetValue(IPeripheral key, ulong? initiatorState, out TValue value) in TryGetValue() method in Antmicro.Renode.Peripherals.Bus.SystemBus.TValue