Searched refs:vendor_regex (Results 1 – 1 of 1) sorted by relevance
155 static const std::regex vendor_regex( in ValidateProp() local162 if (std::regex_match(prop_name, vendor_regex) || in ValidateProp()171 if (!std::regex_match(prop_name, vendor_regex)) { in ValidateProp()