Home
last modified time | relevance | path

Searched refs:Helper2 (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock_stress_test.cc230 void Helper2(MockFoo* foo) { in Helper2() function
268 new ThreadWithParam<MockFoo*>(Helper2, &foo, NULL); in TestPartiallyOrderedExpectationsWithThreads()
269 Helper2(&foo); in TestPartiallyOrderedExpectationsWithThreads()
/external/googletest/googlemock/test/
Dgmock_stress_test.cc230 void Helper2(MockFoo* foo) { in Helper2() function
268 new ThreadWithParam<MockFoo*>(Helper2, &foo, NULL); in TestPartiallyOrderedExpectationsWithThreads()
269 Helper2(&foo); in TestPartiallyOrderedExpectationsWithThreads()
/external/v8/testing/gmock/test/
Dgmock_stress_test.cc230 void Helper2(MockFoo* foo) { in Helper2() function
268 new ThreadWithParam<MockFoo*>(Helper2, &foo, NULL); in TestPartiallyOrderedExpectationsWithThreads()
269 Helper2(&foo); in TestPartiallyOrderedExpectationsWithThreads()
/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h98 …_helper2<typename BVH2::Volume, typename BVH2::Object, typename BVH1::Object, Intersector> Helper2; in BVIntersect() typedef
132 Helper2 helper(*oBegin1, intersector); in BVIntersect()
241 …er_helper2<typename BVH2::Volume, typename BVH2::Object, typename BVH1::Object, Minimizer> Helper2; in BVMinimize() typedef
268 Helper2 helper(*oBegin1, minimizer); in BVMinimize()