Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h915 TestInfo* GetMutableTestInfo(int i);
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2810 TestInfo* TestCase::GetMutableTestInfo(int i) { in GetMutableTestInfo() function in testing::TestCase
2838 GetMutableTestInfo(i)->Run(); in Run()