Searched refs:substituted_regex (Results 1 – 4 of 4) sorted by relevance
102 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()109 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()115 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()342 substituted_regex(internal::PerformSubstitutions(regex_str)), in TestCase()345 regex->Init(substituted_regex, &err_str); in TestCase()346 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex in TestCase()
36 std::string substituted_regex; member