Lines Matching defs:TValue
190 procedure SetItem(const Key: TKey; const Value: TValue);
194 procedure Add(const Key: TKey; const Value: TValue);
198 function TryGetValue(const Key: TKey; out Value: TValue): Boolean; in TryGetValue()
199 procedure AddOrSetValue(const Key: TKey; const Value: TValue);
201 function ContainsValue(const Value: TValue): Boolean; in ContainsValue()
258 procedure RehashAdd(HashCode: Integer; const Key: TKey; const Value: TValue);
259 procedure DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TValue);
266 constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>); overload; argument
280 constructor Create(ADictionary: TDictionary<TKey,TValue>); argument
293 procedure SetItem(const Key: TKey; const Value: TValue);
296 procedure Add(const Key: TKey; const Value: TValue);
300 function TryGetValue(const Key: TKey; out Value: TValue): Boolean; in TryGetValue()
301 procedure AddOrSetValue(const Key: TKey; const Value: TValue);
303 function ContainsValue(const Value: TValue): Boolean; in ContainsValue()
651 procedure TDictionary<TKey,TValue>.SetItem(const Key: TKey; const Value: TValue);
664 procedure TDictionary<TKey,TValue>.RehashAdd(HashCode: Integer; const Key: TKey; const Value: TValu…
745 procedure TDictionary<TKey,TValue>.Add(const Key: TKey; const Value: TValue);
836 function TDictionary<TKey,TValue>.TryGetValue(const Key: TKey; out Value: TValue): Boolean; in TryGetValue()
848 …rocedure TDictionary<TKey,TValue>.DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TV…
861 procedure TDictionary<TKey,TValue>.AddOrSetValue(const Key: TKey; const Value: TValue);
874 function TDictionary<TKey,TValue>.ContainsValue(const Value: TValue): Boolean; in ContainsValue()
894 constructor TDictionary<TKey,TValue>.TPairEnumerator.Create(ADictionary: TDictionary<TKey,TValue>); argument