Searched refs:GetBucketIndex (Results 1 – 1 of 1) sorted by relevance
256 function GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in GetBucketIndex() function599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in TDictionary() function645 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;