Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DconditionalTypeAssignabilityWhenDeferred.types9 … <T extends string | number, TList extends object, TValueProp extends FilterPropsByType<TList, T>>…
12 TList extends object,
13 TValueProp extends FilterPropsByType<TList, T>
14 >(property: T, list: TList[], valueProp: TValueProp) {}
16 >list : TList[]
27 … <T extends string | number, TList extends object, TValueProp extends FilterPropsByType<TList, T>>…
DconditionalTypeAssignabilityWhenDeferred.js8 TList extends object,
9 TValueProp extends FilterPropsByType<TList, T>
10 >(property: T, list: TList[], valueProp: TValueProp) {}
DconditionalTypeAssignabilityWhenDeferred.symbols24 TList extends object,
25 >TList : Symbol(TList, Decl(conditionalTypeAssignabilityWhenDeferred.ts, 5, 28))
27 TValueProp extends FilterPropsByType<TList, T>
30 >TList : Symbol(TList, Decl(conditionalTypeAssignabilityWhenDeferred.ts, 5, 28))
33 >(property: T, list: TList[], valueProp: TValueProp) {}
37 >TList : Symbol(TList, Decl(conditionalTypeAssignabilityWhenDeferred.ts, 5, 28))
DconditionalTypeAssignabilityWhenDeferred.errors.txt20 TList extends object,
21 TValueProp extends FilterPropsByType<TList, T>
22 >(property: T, list: TList[], valueProp: TValueProp) {}
/third_party/typescript/tests/cases/compiler/
DconditionalTypeAssignabilityWhenDeferred.ts8 TList extends object,
9 TValueProp extends FilterPropsByType<TList, T>
10 >(property: T, list: TList[], valueProp: TValueProp) {}
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp97 TList<TIntermBinary*> derefs; in addUniform()
251 …void blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBina… in blowUpActiveAggregate()
252TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize, in blowUpActiveAggregate()
287 TList<TIntermBinary*>::const_iterator nextDeref = deref; in blowUpActiveAggregate()
600 TList<TIntermBinary*> derefs; in addDereferencedUniform()
611 TList<TIntermBinary*> derefs; in addDereferencedUniform()
Dattribute.h145 typedef TList<TAttributeArgs> TAttributes;
DParseHelper.h188 TList<TIntermSequence*> switchSequenceStack;
190 TList<int> switchLevel;
/third_party/glslang/glslang/Include/
DCommon.h186 template <class T> class TList : public std::list<T, pool_allocator<T> > {
/third_party/python/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
/third_party/python/Lib/tkinter/
Dtix.py1421 class TList(TixWidget, XView, YView): class
1662 class _dummyTList(TList, TixSubWidget):