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

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas112 function TryGetValue(const Key: TKey; out Value: TValue): Boolean; function
261 function THashList<TKey, TValue>.TryGetValue(const Key: TKey;
264 Result := FDictionary.TryGetValue(Key,Value);

Completed in 80 milliseconds