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

/external/googletest/googlemock/test/
H A Dgmock-actions_test.cc372 typedef int MyGlobalFunction(bool, int); typedef in namespace:__anon6989
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.
/external/v8/testing/gmock/test/
H A Dgmock-actions_test.cc372 typedef int MyGlobalFunction(bool, int); typedef in namespace:__anon21884
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 144 milliseconds