HomeSort by relevance Sort by last modified time
    Searched refs:WithArgs (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 64 using testing::WithArgs;
284 // Tests using WithArgs and with an action that takes 1 argument.
286 Action<bool(double x, int n)> a = WithArgs<1>(Invoke(Unary)); // NOLINT
291 // Tests using WithArgs with an action that takes 2 arguments.
294 WithArgs<0, 2>(Invoke(Binary));
299 // Tests using WithArgs with an action that takes 3 arguments.
302 WithArgs<0, 2, 3>(Invoke(Ternary));
306 // Tests using WithArgs with an action that takes 4 arguments.
309 WithArgs<4, 3, 1, 0>(Invoke(Concat4));
314 // Tests using WithArgs with an action that takes 5 arguments
    [all...]
gmock_link_test.h 56 // WithArgs
177 using testing::WithArgs;
361 // Tests the linkage of the WithArgs action.
366 .WillOnce(WithArgs<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h 584 // Implements the WithArgs action.
756 // WithArgs<N1, N2, ..., Nk>(an_action) creates an action that passes
763 WithArgs(const InnerAction& action) {
769 WithArgs(const InnerAction& action) {
775 WithArgs(const InnerAction& action) {
781 WithArgs(const InnerAction& action) {
787 WithArgs(const InnerAction& action) {
793 WithArgs(const InnerAction& action) {
800 WithArgs(const InnerAction& action) {
808 WithArgs(const InnerAction& action)
    [all...]

Completed in 193 milliseconds