Home
last modified time | relevance | path

Searched defs:current_test_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h757 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() function
758 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() function
H A Dgtest.cc5580 const TestInfo* UnitTest::current_test_info() const in current_test_info() function in testing::UnitTest