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) {
2035 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2045 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2057 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2268 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
3654 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
3788 // UnitTestOptions. Must not be called before InitGoogleTest.
3790 const String& output_format = UnitTestOptions::GetOutputFormat();
3793 UnitTestOptions::GetAbsolutePathToOutputFile().c_str()));
3875 if (internal::UnitTestOptions::MatchesFilter(String(test_case_name),
4158 internal::UnitTestOptions::MatchesFilter(test_case_name,
4160 internal::UnitTestOptions::MatchesFilter(test_name,
4165 internal::UnitTestOptions::FilterMatchesTest(test_case_name,