Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp255 …auto const unboxMethod = MakeMethod(enumDecl, ETSEnumType::UNBOX_METHOD_NAME, false, enumType, fal… in CreateEnumTypeFromEnumDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1211 const auto unboxMethod = enumInterface->UnboxMethod(); in EmitUnboxEnum() local