Searched defs:TList (Results 1 – 3 of 3) sorted by relevance
463 procedure TList<T>.AddRange(const List: IList<T>); procedure468 function TList<T>.GetCapacity: Integer; in TList() function473 function TList<T>.GetCount: Integer; in TList() function478 function TList<T>.GetItem(Index: Integer): T; in GetItem() function483 function TList<T>.GetOnNotify: TCollectionNotifyEvent<T>; in TList() function488 function TList<T>.GetRange(const Index, Count: Integer): IList<T>; in TList() function498 procedure TList<T>.InsertRange(Index: Integer; const List: IList<T>); procedure509 function TList<T>.QueryInterface(const IID: TGUID; out Obj): HResult; in TList() function517 procedure TList<T>.SetCapacity(Value: Integer); procedure522 procedure TList<T>.SetCount(Value: Integer); procedure[all …]
1370 const TemplateParameterList *TList = FD->getTemplateSpecializationInfo() in CollectFunctionTemplateParams() local
1831 TemplateArgumentListInfo TList; in DiagnoseEmptyLookup() local