Home
last modified time | relevance | path

Searched defs:TValue (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas94 constructor Create(const AHashList: THashList<TKey, TValue>); argument
105 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);
DAntlr.Runtime.Tools.pas190 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);
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs680 MapField<TKey, TValue> parent, in MapView() argument
/external/syslinux/com32/lua/src/
Dlobject.h106 typedef struct lua_TValue TValue; typedef
/external/skia/third_party/lua/src/
Dlobject.h106 typedef struct lua_TValue TValue; typedef
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1248 Value *TValue = SI.getTrueValue(); in isSafeSelectToSpeculate() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8286 ConstantSDNode *TValue = dyn_cast<ConstantSDNode>(Op.getOperand(0)); in isSetCC() local