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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc372 typedef int MyGlobalFunction(bool, int); typedef in namespace:__anon14
374 class MyActionImpl : public ActionInterface<MyGlobalFunction> {
387 Action<MyGlobalFunction> action = MakeAction(new MyActionImpl);
400 Action<MyGlobalFunction> action(new MyActionImpl);
405 const Action<MyGlobalFunction> action(new MyActionImpl);
413 Action<MyGlobalFunction> a1(new MyActionImpl);
414 Action<MyGlobalFunction> a2(a1); // Tests the copy constructor.

Completed in 9 milliseconds