Searched refs:ThreadWithParamSupport (Results 1 – 1 of 1) sorted by relevance
9788 class ThreadWithParamSupport : public ThreadWithParamBase { class9798 &ThreadWithParamSupport::ThreadMain, in CreateThread()9831 ThreadWithParamSupport();9833 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport);9840 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()