Home | History | Annotate | Download | only in test

Lines Matching refs:SumOf6Functor

127 struct SumOf6Functor {
204 Action<int(SumOf6Functor)> a = // NOLINT
206 EXPECT_EQ(123456, a.Perform(make_tuple(SumOf6Functor())));