Home
last modified time | relevance | path

Searched refs:TList (Results 1 – 18 of 18) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas174 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 …]
DAntlr.Runtime.Collections.pas124 TStackList<T> = class(TList<T>, IStackList<T>)
212 FInsertionOrderList := TList<TKey>.Create;
217 FInsertionOrderList := TList<TKey>.Create;
DAntlr.Runtime.Tree.pas2196 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;
DAntlr.Runtime.pas3256 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/
Dreflection.cpp95 TList<TIntermBinary*> derefs; in addUniform()
171 …void blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBina… in blowUpActiveAggregate()
172TList<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()
Dattribute.h98 typedef TList<TAttributeArgs> TAttributes;
DParseHelper.h181 TList<TIntermSequence*> switchSequenceStack;
183 TList<int> switchLevel;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas1241 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;
DAntlr.Runtime.Tools.Tests.pas214 FIList := TList<Integer>.Create;
/external/antlr/runtime/Delphi/
DREADME.TXT236 * 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/
DCommon.h186 template <class T> class TList : public std::list<T, pool_allocator<T> > {
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst350 .. 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/
Dtix.rst362 .. 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/
DEmulateCXX11Meta.h51 template <std::size_t index, class TList> struct get_type;
/external/python/cpython3/Lib/tkinter/
Dtix.py1419 class TList(TixWidget, XView, YView): class
1660 class _dummyTList(TList, TixSubWidget):
/external/python/cpython2/Lib/lib-tk/
DTix.py1422 class TList(TixWidget, XView, YView): class
1664 class _dummyTList(TList, TixSubWidget):
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1497 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/
DDelphi.stg1049 if (list_<label> = nil) then list_<label> := TList\<IANTLRInterface\>.Create;