Searched refs:GetRegularExpression (Results 1 – 4 of 4) sorted by relevance
78 std::regex GetRegularExpression(const std::string &input);
388 std::regex expression = GetRegularExpression(valid); in TEST()
438 std::regex GetRegularExpression(const std::string &input) { in GetRegularExpression() function
2218 options_.regex_to_not_compress = GetRegularExpression(no_compress_regex.value()); in Action()