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
93 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()100 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()106 << "\n actual regex string \"" << TC.substituted_regex << "\"" in CheckCase()333 substituted_regex(internal::PerformSubstitutions(regex_str)), in TestCase()336 regex->Init(substituted_regex,& err_str); in TestCase()337 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex in TestCase()
36 std::string substituted_regex; member