Home
last modified time | relevance | path

Searched defs:trueType (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLTernaryExpression.cpp28 const Type* trueType; in Convert() local
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1078 const trueType = visitNode(input.trueType, visitDeclarationSubtree); constant
/third_party/typescript/src/compiler/
Dtypes.ts6212 …resolvedInferredTrueType?: Type; // The `trueType` instantiated with the `combinedMapper`, if pres… enumerator
Dchecker.ts16206 const trueType = getTrueTypeFromConditionalType(type); constant
16486 const trueType = getTypeFromTypeNode(root.node.trueType); constant
/third_party/typescript/lib/
Dtypescript.d.ts1001 readonly trueType: TypeNode; property
DtypescriptServices.d.ts1001 readonly trueType: TypeNode; property
Dtsserverlibrary.d.ts1001 readonly trueType: TypeNode; property
DtypingsInstaller.js24254 function createConditionalTypeNode(checkType, extendsType, trueType, falseType) { argument
24264 function updateConditionalTypeNode(node, checkType, extendsType, trueType, falseType) { argument
Dtsc.js19448 function createConditionalTypeNode(checkType, extendsType, trueType, falseType) { argument
19457 function updateConditionalTypeNode(node, checkType, extendsType, trueType, falseType) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1001 readonly trueType: TypeNode; property
Dtsserverlibrary.d.ts1001 readonly trueType: TypeNode; property