Searched refs:substituted_regex (Results 1 – 4 of 4) sorted by relevance
83 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()90 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()96 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()152 substituted_regex(internal::PerformSubstitutions(regex_str)), in TestCase()155 regex->Init(substituted_regex,& err_str); in TestCase()156 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex in TestCase()
34 std::string substituted_regex; member