Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2978 TestInfo* TestSuite::GetMutableTestInfo(int i) { in GetMutableTestInfo() function in testing::TestSuite
3035 GetMutableTestInfo(i)->Skip(); in Run()
3037 GetMutableTestInfo(i)->Run(); in Run()
3040 GetMutableTestInfo(i)->result()->Failed()) { in Run()
3042 GetMutableTestInfo(j)->Skip(); in Run()
3079 GetMutableTestInfo(i)->Skip(); in Skip()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h767 TestInfo* GetMutableTestInfo(int i);