Searched refs:UnitTestOptions (Results 1 - 2 of 2) sorted by relevance

/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc392 std::string UnitTestOptions::GetOutputFormat() {
404 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
440 bool UnitTestOptions::PatternMatchesString(const char *pattern,
457 bool UnitTestOptions::MatchesFilter(
480 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name,
512 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2064 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
4075 // UnitTestOptions. Must not be called before InitGoogleTest.
4077 const std::string& output_format = UnitTestOptions::GetOutputFormat();
4080 UnitTestOptions
[all...]
H A Dgtest-internal-inl.h362 // Class UnitTestOptions.
372 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
413 // is present. Used by UnitTestOptions::GetOutputFile.
781 // UnitTestOptions. Must not be called before InitGoogleTest.

Completed in 103 milliseconds