Searched defs:trueType (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsConditionalTypeBuilder.h | 41 TSConditionalTypeBuilder &SetTrueType(Expression *trueType) in SetTrueType() argument
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLTernaryExpression.cpp | 28 const Type* trueType; in Convert() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsConditionalType.h | 24 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsConditionalType.h | 34 explicit TSConditionalType(Expression *checkType, Expression *extendsType, Expression *trueType, in TSConditionalType() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | gesture_info.h | 36 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 D | gesture_recognizer.h | 331 void SetRecognizerType(GestureTypeName trueType) in SetRecognizerType() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TSparser.cpp | 479 auto *trueType = ParseTypeAnnotation(&options); in ParseConditionalType() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 794 auto *trueType = DoOutsideOfDisallowConditinalTypesContext(&ParserImpl::ParseTsTypeAnnotation, &options); in ParseTsConditionalType() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 363 auto trueType = inst->GetInput(index).GetInst()->GetType(); in IsSafeCast() local
|
| /third_party/typescript/lib/ |
| H A D | tsc.js | 42985 var trueType = createIntrinsicType(512, "true"); global() variable 95093 var trueType = ts.visitNode(input.trueType, visitDeclarationSubtree); global() variable [all...] |
Completed in 69 milliseconds