Searched refs:statisticsRegex (Results 1 – 1 of 1) sorted by relevance
367 …std::regex statisticsRegex(R"((\d+)\s+packets\s+transmitted,\s+(\d+)\s+received,\s+(\d+)\%\s+packe… in ExtractPingResult() local388 if (std::regex_search(line, match, statisticsRegex)) { in ExtractPingResult()