Searched defs:CallbackType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/oh_modules/ |
| D | ohos_lib.ts | 51 export type CallbackType = (name: string, param: unknown) => void; alias
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 269 def __init__(self, am: AnalysisManager, t: CallbackType) -> None: 361 def visit_callback_type(self, t: CallbackType) -> AbstractTypeABIInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | analyses.py | 308 def __init__(self, am: AnalysisManager, t: CallbackType) -> None: 404 def visit_callback_type(self, t: CallbackType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 166 class CallbackType(Type): class
|
| D | visitor.py | 155 def visit_callback_type(self, t: "CallbackType") -> T:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/parse/ |
| D | convert.py | 293 def visit_callback_type(self, node: ast.CallbackType) -> CallbackTypeRefDecl:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 2042 def __init__(self, am: AnalysisManager, t: CallbackType) -> None: 2220 def visit_callback_type(self, t: CallbackType) -> AbstractTypeANIInfo:
|