Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_group_parser.h25 const auto &MethodGroupParser(RegexHandler &regexHandler) in MethodGroupParser() argument
39 …static const auto REGEX_HANDLER = [&regexHandler](Action a, typename P::Ctx &c, auto from, auto to… in MethodGroupParser()
47 return regexHandler(c, PandaString {start, end}); in MethodGroupParser()