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