Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 27) sorted by relevance

12

/developtools/ace_ets2bundle/koala-wrapper/src/generated/peers/
DTSExternalModuleReference.ts45 get expr(): Expression | undefined { method in TSExternalModuleReference
DTSInterfaceHeritage.ts46 get expr(): TypeNode | undefined { method in TSInterfaceHeritage
DETSClassLiteral.ts46 get expr(): TypeNode | undefined { method in ETSClassLiteral
DDecorator.ts46 get expr(): Expression | undefined { method in Decorator
DTSNonNullExpression.ts45 get expr(): Expression | undefined { method in TSNonNullExpression
DPrefixAssertionExpression.ts46 get expr(): Expression | undefined { method in PrefixAssertionExpression
DTSClassImplements.ts52 get expr(): Expression | undefined { method in TSClassImplements
DTSAsExpression.ts47 get expr(): Expression | undefined { method in TSAsExpression
DAnnotationUsage.ts53 get expr(): Expression | undefined { method in AnnotationUsage
DAnnotationDeclaration.ts62 get expr(): Expression | undefined { method in AnnotationDeclaration
/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/struct-translators/
Dutils.ts90 const expr: arkts.AstNode = node.expression; constant
/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/builder-lambda-translators/
Dutils.ts189 const expr = arkts.isIdentifier(node) ? node : node.expression; constant
276 const expr = arkts.isIdentifier(node) ? node : node.expression; constant
/developtools/ace_ets2bundle/arkui-plugins/memo-plugins/
Dsignature-transformer.ts129 const expr = node.part.name; constant
Dfunction-transformer.ts434 const expr = node.expression; constant
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts184 const expr: ts.Expression = decorator.expression; constant
226 const expr: ts.Expression = decorator.expression; constant
259 const expr: ts.Expression = decorator.expression; constant
310 const expr: ts.Expression = decorator.expression; constant
351 const expr: ts.Expression = decorator.expression; constant
395 const expr: ts.Expression = decorator.expression; constant
424 const expr: ts.Expression = decorator.expression; constant
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts196 const expr: ts.Expression = decorator.expression; constant
248 const expr: ts.Expression = decorator.expression; constant
282 const expr: ts.Expression = decorator.expression; constant
332 const expr: ts.Expression = decorator.expression; constant
387 const expr: ts.Expression = decorator.expression; constant
423 const expr: ts.Expression = decorator.expression; constant
467 const expr: ts.Expression = decorator.expression; constant
/developtools/profiler/device/base/include/
Dlogging.h203 #define CHECK_TRUE(expr, retval, fmt, ...) … argument
213 #define CHECK_TRUE(expr, retval, fmt, ...) \ argument
221 #define RETURN_IF(expr, retval, fmt, ...) \ argument
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Ddemo_rpc_server.cpp24 #define UNUSED(expr) \ argument
/developtools/hiperf/include/
Dhiperf_hilog.h125 #define CHECK_TRUE(expr, retval, log, fmt, ...) \ argument
/developtools/profiler/device/plugins/native_daemon/include/
Ddebug_logger.h309 #define UNWIND_CHECK_TRUE(expr, retval, fmt, ...) … argument
369 #define UNWIND_CHECK_TRUE(expr, retval, fmt, ...) … argument
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Ddemo_trace_data_db.cpp36 #define UNUSED(expr) \ argument
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp28 #define CHK(expr) \ argument
/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/
Dts_common.h262 void Unused(const T &expr) in Unused()
/developtools/profiler/hiebpf/include/
Dhhlog.h198 #define CHECK_TRUE(expr, retval, fmt, ...) … argument
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp49 #define CHECK_EXPRESSION_TRUE(expr, errorMessage) \ argument

12