Home | History | Annotate | Download | only in test

Lines Matching refs:Binary

4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
95 const char* Binary(const char* input, short n) { return input + n; } // NOLINT
250 EXPECT_STREQ("i", a.Perform(make_tuple(&Binary)));
258 EXPECT_STREQ("i", a.Perform(make_tuple(&Binary)));
294 WithArgs<0, 2>(Invoke(Binary));
399 WithArgs<1, 0>(Invoke(Binary));