Lines Matching refs:UnitTestOptions
388 std::string UnitTestOptions::GetOutputFormat() {
400 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
436 bool UnitTestOptions::PatternMatchesString(const char *pattern,
453 bool UnitTestOptions::MatchesFilter(
476 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name,
508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
1975 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
3825 // UnitTestOptions. Must not be called before InitGoogleTest.
3827 const std::string& output_format = UnitTestOptions::GetOutputFormat();
3830 UnitTestOptions::GetAbsolutePathToOutputFile().c_str()));
3940 if (internal::UnitTestOptions::MatchesFilter(test_case_name,
4228 internal::UnitTestOptions::MatchesFilter(test_case_name,
4230 internal::UnitTestOptions::MatchesFilter(test_name,
4235 internal::UnitTestOptions::FilterMatchesTest(test_case_name,