Searched refs:NodeInBucket (Results 1 – 1 of 1) sorted by relevance
262 while (Node *NodeInBucket = GetNextPtr(Probe)) { in GrowHashTable() local264 Probe = NodeInBucket->getNextInBucket(); in GrowHashTable()265 NodeInBucket->SetNextInBucket(nullptr); in GrowHashTable()268 InsertNode(NodeInBucket, in GrowHashTable()269 GetBucketFor(ComputeNodeHash(NodeInBucket, TempID), in GrowHashTable()291 while (Node *NodeInBucket = GetNextPtr(Probe)) { in FindNodeOrInsertPos() local292 if (NodeEquals(NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()293 return NodeInBucket; in FindNodeOrInsertPos()296 Probe = NodeInBucket->getNextInBucket(); in FindNodeOrInsertPos()350 if (Node *NodeInBucket = GetNextPtr(Ptr)) { in RemoveNode() local[all …]