Home
last modified time | relevance | path

Searched refs:GetBucketIndex (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas256 function GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in GetBucketIndex() function
599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in TDictionary() function
645 index := GetBucketIndex(Key, Hash(Key));
656 index := GetBucketIndex(Key, Hash(Key));
668 index := not GetBucketIndex(Key, HashCode);
753 index := GetBucketIndex(Key, hc);
773 index := GetBucketIndex(Key, hc);
840 index := GetBucketIndex(Key, Hash(Key));
871 Result := GetBucketIndex(Key, Hash(Key)) >= 0;