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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2347 // Consequently, it cannot select a correct instantiation of ThreadWithParam
2349 // non-templated base class for ThreadWithParam allows us to bypass this
2375 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
2381 class ThreadWithParam : public ThreadWithParamBase { class in namespace:std::tr1
2385 ThreadWithParam( function in class:std::tr1::ThreadWithParam
2397 ~ThreadWithParam() { Join(); }
2421 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);

Completed in 55 milliseconds