HomeSort by relevance Sort by last modified time
    Searched refs:substituted_regex (Results 1 - 4 of 4) sorted by null

  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 83 << "\n actual regex string \"" << TC.substituted_regex << "\""
90 << "\n actual regex string \"" << TC.substituted_regex << "\""
96 << "\n actual regex string \"" << TC.substituted_regex << "\""
152 substituted_regex(internal::PerformSubstitutions(regex_str)),
155 regex->Init(substituted_regex,& err_str);
156 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex
output_test.h 34 std::string substituted_regex; member in struct:TestCase
  /external/google-benchmark/test/
output_test_helper.cc 93 << "\n actual regex string \"" << TC.substituted_regex << "\""
100 << "\n actual regex string \"" << TC.substituted_regex << "\""
106 << "\n actual regex string \"" << TC.substituted_regex << "\""
333 substituted_regex(internal::PerformSubstitutions(regex_str)),
336 regex->Init(substituted_regex,& err_str);
337 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex
output_test.h 36 std::string substituted_regex; member in struct:TestCase

Completed in 64 milliseconds