Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-actions_test.cc514 typedef int MyGlobalFunction(bool, int); typedef
516 class MyActionImpl : public ActionInterface<MyGlobalFunction> {
529 Action<MyGlobalFunction> action = MakeAction(new MyActionImpl); in TEST()
542 Action<MyGlobalFunction> action(new MyActionImpl); in TEST()
547 const Action<MyGlobalFunction> action(new MyActionImpl); in TEST()
555 Action<MyGlobalFunction> a1(new MyActionImpl); in TEST()
556 Action<MyGlobalFunction> a2(a1); // Tests the copy constructor. in TEST()

Completed in 4 milliseconds