Home
last modified time | relevance | path

Searched refs:m_testsuite (Results 1 - 2 of 2) sorted by relevance

/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-multithread.h32 TestTask(std::string ts, std::string tc, PF func) : m_testsuite(ts), m_testcase(tc), m_func(func){} in TestTask()
33 std::string m_testsuite; member in testing::mt::TestTask
/third_party/googletest/googletest/src/hwext/
H A Dgtest-multithread.cpp33 appendTaskToList(pid, val.m_func, val.m_testsuite, val.m_testcase); in run()
74 appendTaskToList(pid, val.m_func, val.m_testsuite, val.m_testcase); in runTask()

Completed in 2 milliseconds