Home | History | Annotate | Download | only in docs

Lines Matching full:arg1

3309 ACTION(IncrementArg1) { return ++(*arg1); }
3318 you'll get a compiler error if `*arg1` doesn't support the `++`
3319 operator, or if the type of `++(*arg1)` isn't compatible with the mock
3327 *arg1 = 0;
3354 | `arg1` | the value of `ptr` |
3394 double dy = arg1 - y;
3428 // Makes sure the type of arg1 is const char*.