Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.h63 bool IsInterfaceHasProperty(const std::string &interId) in IsInterfaceHasProperty()
86 bool IsParentExists(const std::string &interId) in IsParentExists()
91 bool IsVisitedInterface(const std::string &interId) in IsVisitedInterface()
DinterfacePropertyDeclarations.cpp268 const std::string &interId) in CollectSuperInterfaceProperties()
296 std::string interId = implement->Expr()->IsOpaqueTypeNode() in UpdateClassProperties() local