Home | History | Annotate | Download | only in test

Lines Matching defs:a3

1106   Action<void(int)> a3 = InvokeWithoutArgs(VoidNullary);  // NOLINT
1108 a3.Perform(make_tuple(1));
1124 Action<void()> a3 = InvokeWithoutArgs(VoidNullaryFunctor());
1126 a3.Perform(make_tuple());