Home | History | Annotate | Download | only in test

Lines Matching refs:Ternary

99 int Ternary(int x, char y, short z) { return x + y + z; }  // NOLINT
302 WithArgs<0, 2, 3>(Invoke(Ternary));
385 WithArgs<0, 1, 2>(Invoke(Ternary));
407 WithArgs<0, 1, 3>(Invoke(Ternary));