Home | History | Annotate | Download | only in Support

Lines Matching refs:Item

46   TheTable[NumBuckets].Item = (StringMapEntryBase*)2;
51 /// up in. If it already exists as a key in the map, the Item pointer for the
68 StringMapEntryBase *BucketItem = Bucket.Item;
87 // case here is that we are only looking at the buckets (for item info
100 // Okay, we didn't find the item. Probe to the next bucket.
122 StringMapEntryBase *BucketItem = Bucket.Item;
131 // case here is that we are only looking at the buckets (for item info
144 // Okay, we didn't find the item. Probe to the next bucket.
168 StringMapEntryBase *Result = TheTable[Bucket].Item;
169 TheTable[Bucket].Item = getTombstoneVal();
198 NewTableArray[NewSize].Item = (StringMapEntryBase*)2;
203 if (IB->Item && IB->Item != getTombstoneVal()) {
207 if (NewTableArray[NewBucket].Item == 0) {
208 NewTableArray[FullHash & (NewSize-1)].Item = IB->Item;
217 } while (NewTableArray[NewBucket].Item);
220 NewTableArray[NewBucket].Item = IB->Item;