Home
last modified time | relevance | path

Searched refs:GetNotDefaultOrNull (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h494 inline SetUpTearDownSuiteFuncType GetNotDefaultOrNull( in GetNotDefaultOrNull() function
512 GetNotDefaultOrNull(&T::SetUpTestCase, &Test::SetUpTestCase); in GetSetUpCaseOrSuite()
514 GetNotDefaultOrNull(&T::SetUpTestSuite, &Test::SetUpTestSuite); in GetSetUpCaseOrSuite()
527 GetNotDefaultOrNull(&T::TearDownTestCase, &Test::TearDownTestCase); in GetTearDownCaseOrSuite()
529 GetNotDefaultOrNull(&T::TearDownTestSuite, &Test::TearDownTestSuite); in GetTearDownCaseOrSuite()