Searched refs:FindKey (Results 1 – 3 of 3) sorted by relevance
74 int FindKey(StringRef Key) const { return FindKey(Key, hash(Key)); } in FindKey() function77 int FindKey(StringRef Key, uint32_t FullHashValue) const;236 int Bucket = FindKey(Key, FullHashValue); in find()245 int Bucket = FindKey(Key, FullHashValue); in find()
55 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } in contains()
147 int StringMapImpl::FindKey(StringRef Key, uint32_t FullHashValue) const { in FindKey() function in StringMapImpl203 int Bucket = FindKey(Key); in RemoveKey()