Home
last modified time | relevance | path

Searched defs:InitialAction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1328 struct InitialAction { in TEST() struct
1329 void operator()(const int arg) && { EXPECT_EQ(17, arg); } in TEST()
1351 struct InitialAction { in TEST() struct
1352 void operator()(Obj&) const { FAIL() << "Unexpected call"; } in TEST()
1353 void operator()(const Obj&) const {} in TEST()
1354 void operator()(Obj&&) const { FAIL() << "Unexpected call"; } in TEST()
1355 void operator()(const Obj&&) const { FAIL() << "Unexpected call"; } in TEST()
1370 struct InitialAction { in TEST() struct
1371 void operator()(Obj&) const { FAIL() << "Unexpected call"; } in TEST()
1372 void operator()(const Obj&) const {} in TEST()
[all …]