Searched defs:TValue (Results 1 – 7 of 7) sorted by relevance
94 constructor Create(const AHashList: THashList<TKey, TValue>); argument105 procedure SetItem(const Key: TKey; const Value: TValue);108 procedure Add(const Key: TKey; const Value: TValue);112 function TryGetValue(const Key: TKey; out Value: TValue): Boolean; in TryGetValue()113 procedure AddOrSetValue(const Key: TKey; const Value: TValue);115 function ContainsValue(const Value: TValue): Boolean; in ContainsValue()168 procedure THashList<TKey, TValue>.Add(const Key: TKey; const Value: TValue);196 function THashList<TKey, TValue>.ContainsValue(const Value: TValue): Boolean; in THashList()244 procedure THashList<TKey, TValue>.SetItem(const Key: TKey; const Value: 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; argument280 constructor Create(ADictionary: TDictionary<TKey,TValue>); argument293 procedure SetItem(const Key: TKey; const Value: TValue);[all …]
680 MapField<TKey, TValue> parent, in MapView() argument
106 typedef struct lua_TValue TValue; typedef
1248 Value *TValue = SI.getTrueValue(); in isSafeSelectToSpeculate() local
8286 ConstantSDNode *TValue = dyn_cast<ConstantSDNode>(Op.getOperand(0)); in isSetCC() local