Home | History | Annotate | Download | only in test

Lines Matching refs:Unary

80 bool Unary(int x) { return x < 0; }
175 // Tests using InvokeArgument with a unary function.
286 Action<bool(double x, int n)> a = WithArgs<1>(Invoke(Unary)); // NOLINT
1011 // Tests using ReturnNew() with a unary constructor.
1012 TEST(ReturnNewTest, Unary) {