Home
last modified time | relevance | path

Searched defs:partialType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp217 …auto *partialType = CreatePartialTypeInterfaceDecl(interfaceDecl, typeToBePartial, partialInterDec… in HandlePartialInterface() local
752 auto *const partialType = partialInterface->Check(this)->AsETSObjectType(); in CreatePartialTypeInterfaceDecl() local
759 checker::ETSObjectType *const partialType, in CreateConstructorForPartialType()
875 auto *const partialType = partialClassDef->Check(this)->AsETSObjectType(); in CreatePartialTypeClassDef() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/libani_helpers/tests/ani_signature_builder/
Dani_signature_builder_test.cpp82 Type partialType = Builder::BuildPartial("com.example.MyClass"); in TEST() local