Searched defs:MapType (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 287 def __init__(self, am: AnalysisManager, t: MapType) -> None: 353 def visit_map_type(self, t: MapType) -> AbstractTypeABIInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | analyses.py | 269 def __init__(self, am: AnalysisManager, t: MapType) -> None: 396 def visit_map_type(self, t: MapType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 229 class MapType(GenericType): class
|
| D | visitor.py | 170 def visit_map_type(self, t: "MapType") -> T:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 1895 def __init__(self, am: AnalysisManager, t: MapType) -> None: 1994 def __init__(self, am: AnalysisManager, t: MapType) -> None: 2214 def visit_map_type(self, t: MapType) -> AbstractTypeANIInfo:
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | InteropDeprecatedBuiltInAPICheck.ts | 113 static readonly MapType = new ClassType(new ClassSignature('Map', FileSignature.DEFAULT)); property in APIComplicatedType
|