Searched refs:RehashAdd (Results 1 – 1 of 1) sorted by relevance
258 procedure RehashAdd(HashCode: Integer; const Key: TKey; const Value: TValue);568 RehashAdd(oldItems[i].HashCode, oldItems[i].Key, oldItems[i].Value);664 procedure TDictionary<TKey,TValue>.RehashAdd(HashCode: Integer; const Key: TKey; const Value: TValu… procedure