Home
last modified time | relevance | path

Searched defs:trueType (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsConditionalTypeBuilder.h41 TSConditionalTypeBuilder &SetTrueType(Expression *trueType) in SetTrueType() argument
/third_party/skia/src/sksl/ir/
H A DSkSLTernaryExpression.cpp28 const Type* trueType; in Convert() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsConditionalType.h24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsConditionalType.h34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_info.h36 GestureInfo(GestureTypeName type, GestureTypeName trueType, bool isSystemGesture) in GestureInfo() argument
96 void SetRecognizerType(GestureTypeName trueType) in SetRecognizerType() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h331 void SetRecognizerType(GestureTypeName trueType) in SetRecognizerType() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp479 auto *trueType = ParseTypeAnnotation(&options); in ParseConditionalType() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp794 auto *trueType = DoOutsideOfDisallowConditinalTypesContext(&ParserImpl::ParseTsTypeAnnotation, &options); in ParseTsConditionalType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp363 auto trueType = inst->GetInput(index).GetInst()->GetType(); in IsSafeCast() local
/third_party/typescript/lib/
H A Dtsc.js42985 var trueType = createIntrinsicType(512, "true"); global() variable
95093 var trueType = ts.visitNode(input.trueType, visitDeclarationSubtree); global() variable
[all...]

Completed in 69 milliseconds