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

/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1108 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1110 // non-templated base class for ThreadWithParam allows us to bypass this
1136 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1142 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1146 ThreadWithParam( function in class:testing::internal::ThreadWithParam
1158 ~ThreadWithParam() { Join(); }
1182 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1118 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1120 // non-templated base class for ThreadWithParam allows us to bypass this
1146 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1152 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1156 ThreadWithParam( function in class:testing::internal::ThreadWithParam
1168 ~ThreadWithParam() { Join(); }
1192 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1108 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1110 // non-templated base class for ThreadWithParam allows us to bypass this
1136 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1142 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1146 ThreadWithParam( function in class:testing::internal::ThreadWithParam
1158 ~ThreadWithParam() { Join(); }
1182 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1527 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1529 // non-templated base class for ThreadWithParam allows us to bypass this
1555 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1561 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1565 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) function in class:testing::internal::ThreadWithParam
1576 ~ThreadWithParam() { Join(); }
1600 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
1748 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1752 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) function in class:testing::internal::ThreadWithParam
1755 virtual ~ThreadWithParam() {}
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1240 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1242 // non-templated base class for ThreadWithParam allows us to bypass this
1268 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1274 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1278 ThreadWithParam( function in class:testing::internal::ThreadWithParam
1290 ~ThreadWithParam() { Join(); }
1314 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/chromium_org/third_party/libvpx/source/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);
/external/libvpx/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 267 milliseconds