Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/process/
Dconfig_process.cpp32 auto &sectionHandlers = cfg->debugCfg.sectionHandlers; in ProcessConfigSection() local
50 auto &sectionHandlers = cfg->debugCfg.sectionHandlers; in RegisterConfigHandler() local
/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.h40 …<PandaString, ark::verifier::callable<bool(Config *cfg, const config::Section &)>> sectionHandlers; member