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) {
2049 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
3982 // UnitTestOptions. Must not be called before InitGoogleTest.
3984 const std::string& output_format = UnitTestOptions::GetOutputFormat();
3987 UnitTestOptions::GetAbsolutePathToOutputFile().c_str()));
4097 if (internal::UnitTestOptions::MatchesFilter(test_case_name,
4385 internal::UnitTestOptions::MatchesFilter(test_case_name,
4387 internal::UnitTestOptions::MatchesFilter(test_name,
4392 internal::UnitTestOptions::FilterMatchesTest(test_case_name,