Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h415 typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc; typedef
768 Test::SetUpTestCaseFunc set_up_tc,
840 Test::SetUpTestCaseFunc set_up_tc,
998 Test::SetUpTestCaseFunc set_up_tc_;
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h644 Test::SetUpTestCaseFunc set_up_tc,
654 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, in AddTestInfo()
H A Dgtest.cc2614 SetUpTestCaseFunc set_up_tc, in MakeAndRegisterTestInfo()
2785 Test::SetUpTestCaseFunc set_up_tc, in TestCase()
5111 Test::SetUpTestCaseFunc set_up_tc, in GetTestCase()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h489 typedef void (*SetUpTestCaseFunc)(); typedef
525 SetUpTestCaseFunc set_up_tc,