Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dentity.h100 explicit Entity(Program *program) : program_(program) {} in Entity() function
102Entity(Program *program, const std::string &name) : program_(program), name_(name), obfName_(name)… in Entity() function
Dfunction.h46 : Entity(program), idx_(std::move(idx)), useScope_(useScope) in Entity() function