Lines Matching defs:ThreadWithParam
1940 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1942 // non-templated base class for ThreadWithParam allows us to bypass this
1968 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1974 class ThreadWithParam : public ThreadWithParamBase {
1978 ThreadWithParam(
1990 ~ThreadWithParam() { Join(); }
2014 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);