Home | History | Annotate | Download | only in test

Lines Matching refs:DoAll

57 using testing::DoAll;
419 // Tests DoAll(a1, a2).
422 Action<int(int*)> a = DoAll(SetArgPointee<0>(1), // NOLINT
428 // Tests DoAll(a1, a2, a3).
431 Action<int(int*, int*)> a = DoAll(SetArgPointee<0>(1), // NOLINT
439 // Tests DoAll(a1, a2, a3, a4).
444 DoAll(SetArgPointee<0>(1),
454 // Tests DoAll(a1, a2, a3, a4, a5).
459 DoAll(SetArgPointee<0>(1),
471 // Tests DoAll(a1, a2, ..., a6).
476 DoAll(SetArgPointee<0>(1),
490 // Tests DoAll(a1, a2, ..., a7).
495 DoAll(SetArgPointee<0>(1),
511 // Tests DoAll(a1, a2, ..., a8).
517 DoAll(SetArgPointee<0>(1),
535 // Tests DoAll(a1, a2, ..., a9).
541 DoAll(SetArgPointee<0>(1),
561 // Tests DoAll(a1, a2, ..., a10).
568 DoAll(SetArgPointee<0>(1),