Searched refs:TList (Results 1 – 18 of 18) sorted by relevance
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 174 function GetEnumerator: TList<T>.TEnumerator; 210 TList<T> = class(Generics.Collections.TList<T>, IList<T>) 463 procedure TList<T>.AddRange(const List: IList<T>); 468 function TList<T>.GetCapacity: Integer; in GetCapacity() 473 function TList<T>.GetCount: Integer; in GetCount() 478 function TList<T>.GetItem(Index: Integer): T; in GetItem() 483 function TList<T>.GetOnNotify: TCollectionNotifyEvent<T>; in GetOnNotify() 488 function TList<T>.GetRange(const Index, Count: Integer): IList<T>; in GetRange() 492 Result := TList<T>.Create; 498 procedure TList<T>.InsertRange(Index: Integer; const List: IList<T>); [all …]
|
D | Antlr.Runtime.Collections.pas | 124 TStackList<T> = class(TList<T>, IStackList<T>) 212 FInsertionOrderList := TList<TKey>.Create; 217 FInsertionOrderList := TList<TKey>.Create;
|
D | Antlr.Runtime.Tree.pas | 2196 Result := TList<IBaseTree>.Create; 2298 NewChildren := TList<IBaseTree>.Create; 3072 FNodes := TList<IANTLRInterface>.Create; 3539 FElements := TList<IANTLRInterface>.Create; 4040 Result := TList<IANTLRInterface>.Create; 4061 Result := TList<IANTLRInterface>.Create; 4178 Elements := TList<IANTLRInterface>.Create; 4699 FMarkers := TList<ITreeWalkState>.Create;
|
D | Antlr.Runtime.pas | 3256 FMarkers := TList<ICharStreamState>.Create; 4718 Result := TList<String>.Create; 4762 FTokens := TList<IToken>.Create; 4856 Result := TList<IToken>.Create; 5875 Result := TList<IRewriteOperation>.Create; 5915 List := TList<IRewriteOperation>.Create; 5924 Result := TList<IRewriteOperation>.Create;
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 95 TList<TIntermBinary*> derefs; in addUniform() 171 …void blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBina… in blowUpActiveAggregate() 172 … TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize) in blowUpActiveAggregate() 188 TList<TIntermBinary*>::const_iterator nextDeref = deref; in blowUpActiveAggregate() 320 TList<TIntermBinary*> derefs; in addDereferencedUniform()
|
D | attribute.h | 98 typedef TList<TAttributeArgs> TAttributes;
|
D | ParseHelper.h | 181 TList<TIntermSequence*> switchSequenceStack; 183 TList<int> switchLevel;
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tree.Tests.pas | 1241 Result := TList<IToken>.Create; 1704 Elements := TList<IANTLRInterface>.Create; 1721 Elements := TList<IANTLRInterface>.Create; 1883 Elements := TList<IANTLRInterface>.Create; 1900 Elements := TList<IANTLRInterface>.Create; 1917 Elements := TList<IANTLRInterface>.Create; 1934 Elements := TList<IANTLRInterface>.Create; 2013 Elements := TList<IANTLRInterface>.Create; 2030 Elements := TList<IANTLRInterface>.Create; 2047 Elements := TList<IANTLRInterface>.Create;
|
D | Antlr.Runtime.Tools.Tests.pas | 214 FIList := TList<Integer>.Create;
|
/external/antlr/runtime/Delphi/ |
D | README.TXT | 236 * IList<T> (implemented in TList<T>): a generic list containing elements of 242 List := TList<Integer>.Create; 246 Note that this is basically the same TList<T> declared in Delphi's unit
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Common.h | 186 template <class T> class TList : public std::list<T, pool_allocator<T> > {
|
/external/python/cpython3/Doc/library/ |
D | tkinter.tix.rst | 350 .. class:: TList() 352 The `TList 355 :class:`TList` widget are similar to the entries in the Tk listbox widget. The 356 main differences are (1) the :class:`TList` widget can display the list entries
|
/external/python/cpython2/Doc/library/ |
D | tix.rst | 362 .. class:: TList() 364 The `TList 367 :class:`TList` widget are similar to the entries in the Tk listbox widget. The 368 main differences are (1) the :class:`TList` widget can display the list entries
|
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
D | EmulateCXX11Meta.h | 51 template <std::size_t index, class TList> struct get_type;
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1419 class TList(TixWidget, XView, YView): class 1660 class _dummyTList(TList, TixSubWidget):
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1422 class TList(TixWidget, XView, YView): class 1664 class _dummyTList(TList, TixSubWidget):
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1497 const TemplateParameterList *TList = FD->getTemplateSpecializationInfo() in CollectFunctionTemplateParams() local 1501 TList, FD->getTemplateSpecializationArgs()->asArray(), Unit); in CollectFunctionTemplateParams()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1049 if (list_<label> = nil) then list_<label> := TList\<IANTLRInterface\>.Create;
|