Searched refs:EXPECTED_REGEXPS (Results 1 – 1 of 1) sorted by relevance
52 const char *EXPECTED_REGEXPS[] = { variable90 for (size_t i = 0; i < ARRAY_SIZE(EXPECTED_REGEXPS); i++) { in checkExpectedCommand()91 const std::regex expectedRegexp(EXPECTED_REGEXPS[i], std::regex_constants::extended); in checkExpectedCommand()