HomeSort by: relevance | last modified time | path
    Searched refs:UnitTestOptions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 437 std::string UnitTestOptions::GetOutputFormat() {
448 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
483 bool UnitTestOptions::PatternMatchesString(const char *pattern,
500 bool UnitTestOptions::MatchesFilter(
523 bool UnitTestOptions::FilterMatchesTest(const std::string& test_suite_name,
555 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2419 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
5070 // UnitTestOptions. Must not be called before InitGoogleTest.
5072 const std::string& output_format = UnitTestOptions::GetOutputFormat();
5075 UnitTestOptions::GetAbsolutePathToOutputFile().c_str()))
    [all...]
gtest-internal-inl.h 364 // Class UnitTestOptions.
374 class GTEST_API_ UnitTestOptions {
415 // is present. Used by UnitTestOptions::GetOutputFile.
797 // UnitTestOptions. Must not be called before InitGoogleTest.

Completed in 28 milliseconds