Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs71 public bool TryGetValue(TKey key, out TValue value) in TryGetValue() method in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs166 public bool TryGetValue(TKey key, out TValue value) in TryGetValue() method in Google.Protobuf.Collections.MapField
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas112 function TryGetValue(const Key: TKey; out Value: TValue): Boolean; in TryGetValue() function
261 function THashList<TKey, TValue>.TryGetValue(const Key: TKey; in THashList() function
DAntlr.Runtime.Tools.pas836 function TDictionary<TKey,TValue>.TryGetValue(const Key: TKey; out Value: TValue): Boolean; in TryGetValue() function