Searched refs:NodeInBucket (Results 1 – 1 of 1) sorted by relevance
265 while (Node *NodeInBucket = GetNextPtr(Probe)) { in GrowHashTable() local267 Probe = NodeInBucket->getNextInBucket(); in GrowHashTable()268 NodeInBucket->SetNextInBucket(nullptr); in GrowHashTable()271 InsertNode(NodeInBucket, in GrowHashTable()272 GetBucketFor(ComputeNodeHash(NodeInBucket, TempID), in GrowHashTable()294 while (Node *NodeInBucket = GetNextPtr(Probe)) { in FindNodeOrInsertPos() local295 if (NodeEquals(NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()296 return NodeInBucket; in FindNodeOrInsertPos()299 Probe = NodeInBucket->getNextInBucket(); in FindNodeOrInsertPos()353 if (Node *NodeInBucket = GetNextPtr(Ptr)) { in RemoveNode() local[all …]