Searched defs:InitialAction (Results 1 – 1 of 1) sorted by relevance
1328 struct InitialAction { in TEST() struct1329 void operator()(const int arg) && { EXPECT_EQ(17, arg); } in TEST()1351 struct InitialAction { in TEST() struct1352 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() struct1371 void operator()(Obj&) const { FAIL() << "Unexpected call"; } in TEST()1372 void operator()(const Obj&) const {} in TEST()[all …]