Lines Matching defs:InitialAction
1328 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()
1373 void operator()(Obj&&) const { FAIL() << "Unexpected call"; } in TEST()
1374 void operator()(const Obj&&) const { FAIL() << "Unexpected call"; } in TEST()
1390 struct InitialAction { in TEST() struct
1391 void operator()(Obj&) const {} in TEST()
1392 void operator()(Obj&&) const { FAIL() << "Unexpected call"; } in TEST()
1409 struct InitialAction { in TEST() struct
1410 void operator()(Obj&) const {} in TEST()
1411 void operator()(Obj&&) const { FAIL() << "Unexpected call"; } in TEST()
1425 struct InitialAction { in TEST() struct
1426 void operator()(Obj&) && {} in TEST()
1438 struct InitialAction { in TEST() struct
1439 void operator()(Obj&) && {} in TEST()