Home
last modified time | relevance | path

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

/external/googletest/googlemock/test/
Dgmock-actions_test.cc362 typedef int MyGlobalFunction(bool, int); typedef
364 class MyActionImpl : public ActionInterface<MyGlobalFunction> {
377 Action<MyGlobalFunction> action = MakeAction(new MyActionImpl); in TEST()
390 Action<MyGlobalFunction> action(new MyActionImpl); in TEST()
395 const Action<MyGlobalFunction> action(new MyActionImpl); in TEST()
403 Action<MyGlobalFunction> a1(new MyActionImpl); in TEST()
404 Action<MyGlobalFunction> a2(a1); // Tests the copy constructor. in TEST()