Searched refs:ActionOpt (Results 1 – 1 of 1) sorted by relevance
2500 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local2501 if (ActionOpt.second == Opt.getID()) in getFrontendAction()2502 return ActionOpt.first; in getFrontendAction()2510 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local2511 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()2512 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()