Searched refs:MyAction (Results 1 – 2 of 2) sorted by relevance
1203 using MyAction = Action<const char*(bool, const char*)>; in TEST() typedef1205 const MyAction a1 = OverloadedAction(); in TEST()1209 const MyAction a2 = OverloadedAction("hi"); in TEST()1213 const MyAction a3 = OverloadedAction("hi", "you"); in TEST()
302 .WillOnce(Invoke(MyAction(...)));