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

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h223 class InvokeHelper { class
321 InvokeHelper test_invoke_helper;
324 .WillOnce(Invoke(&InvokeHelper::StaticVoidFromString))
325 .WillOnce(Invoke(&test_invoke_helper, &InvokeHelper::VoidFromString));
333 InvokeHelper test_invoke_helper;
336 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid))
338 &InvokeHelper::VoidFromVoid));
349 mock.VoidFromFunc(InvokeHelper::StaticVoidFromString);
357 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
366 .WillOnce(WithArgs<0>(Invoke(&InvokeHelper
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h61 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
79 return InvokeHelper<Result, ArgumentTuple>::InvokeMethod(
H A Dgmock-generated-actions.h47 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
51 class InvokeHelper;
54 class InvokeHelper<R, ::testing::tuple<> > { class in namespace:testing::internal
70 class InvokeHelper<R, ::testing::tuple<A1> > { class in namespace:testing::internal
86 class InvokeHelper<R, ::testing::tuple<A1, A2> > { class in namespace:testing::internal
102 class InvokeHelper<R, ::testing::tuple<A1, A2, A3> > { class in namespace:testing::internal
119 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4> > { class in namespace:testing::internal
139 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4, A5> > { class in namespace:testing::internal
159 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4, A5, A6> > { class in namespace:testing::internal
179 class InvokeHelper< class in namespace:testing::internal
201 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8> > { class in namespace:testing::internal
224 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8, A9> > { class in namespace:testing::internal
248 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8, A9, class in namespace:testing::internal
[all...]

Completed in 12 milliseconds