Lines Matching refs:UnitTestOptions
366 String UnitTestOptions::GetOutputFormat() {
378 String UnitTestOptions::GetAbsolutePathToOutputFile() {
414 bool UnitTestOptions::PatternMatchesString(const char *pattern,
431 bool UnitTestOptions::MatchesFilter(const String& name, const char* filter) {
455 bool UnitTestOptions::FilterMatchesTest(const String &test_case_name,
489 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2065 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2075 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2087 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2298 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
3685 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
3819 // UnitTestOptions. Must not be called before InitGoogleTest.
3821 const String& output_format = UnitTestOptions::GetOutputFormat();
3824 UnitTestOptions::GetAbsolutePathToOutputFile().c_str()));
3906 if (internal::UnitTestOptions::MatchesFilter(String(test_case_name),
4189 internal::UnitTestOptions::MatchesFilter(test_case_name,
4191 internal::UnitTestOptions::MatchesFilter(test_name,
4196 internal::UnitTestOptions::FilterMatchesTest(test_case_name,