Home | History | Annotate | Download | only in test

Lines Matching refs:SumOf5Functor

112 struct SumOf5Functor {
190 Action<int(SumOf5Functor)> a = // NOLINT
192 EXPECT_EQ(12345, a.Perform(make_tuple(SumOf5Functor())));