Home | History | Annotate | Download | only in test

Lines Matching defs:Nullary

71 int Nullary() { return 1; }
169 // Tests using InvokeArgument with a nullary function.
172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));
1012 // Tests using ReturnNew() with a nullary constructor.