Home
last modified time | relevance | path

Searched refs:fromIntMethod (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp397 auto const fromIntMethod = CreateEnumFromIntMethod(namesArrayIdent, enumType); in CreateETSEnumType() local
398 enumType->SetFromIntMethod(fromIntMethod); in CreateETSEnumType()
452 auto const fromIntMethod = CreateEnumFromIntMethod(namesArrayIdent, enumType); in CreateETSStringEnumType() local
453 enumType->SetFromIntMethod(fromIntMethod); in CreateETSStringEnumType()