Searched refs:pieces_regex (Results 1 – 1 of 1) sorted by relevance
86 static const std::regex pieces_regex("([a-zA-Z0-9_]+)\\:([0-9]+),"); in fromNetworkDnsEventReportedStr() local88 std::regex_match(match_str, protoField, pieces_regex); in fromNetworkDnsEventReportedStr()