Lines Matching full:arg1
3066 ACTION(IncrementArg1) { return ++(*arg1); }
3075 you'll get a compiler error if `*arg1` doesn't support the `++`
3076 operator, or if the type of `++(*arg1)` isn't compatible with the mock
3084 *arg1 = 0;
3111 | `arg1` | the value of `ptr` |
3151 double dy = arg1 - y;
3185 // Makes sure the type of arg1 is const char*.