Home
last modified time | relevance | path

Searched defs:MapType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py287 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/
Danalyses.py269 def __init__(self, am: AnalysisManager, t: MapType) -> None:
396 def visit_map_type(self, t: MapType) -> AbstractTypeCppInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dtypes.py229 class MapType(GenericType): class
Dvisitor.py170 def visit_map_type(self, t: "MapType") -> T:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py1895 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/
DInteropDeprecatedBuiltInAPICheck.ts113 static readonly MapType = new ClassType(new ClassSignature('Map', FileSignature.DEFAULT)); property in APIComplicatedType