Searched defs:TValue (Results 1 – 5 of 5) sorted by relevance
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Collections.pas | 94 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);
|
D | Antlr.Runtime.Tools.pas | 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
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lobject.h | 106 typedef struct lua_TValue TValue; typedef
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1199 Value *TValue = SI.getTrueValue(); in isSafeSelectToSpeculate() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6860 ConstantSDNode *TValue = dyn_cast<ConstantSDNode>(Op.getOperand(0)); in isSetCC() local
|