Home | History | Annotate | Download | only in v1_6

Lines Matching full:arg1

2976 ACTION(IncrementArg1) { return ++(*arg1); }
2985 you'll get a compiler error if `*arg1` doesn't support the `++`
2986 operator, or if the type of `++(*arg1)` isn't compatible with the mock
2994 *arg1 = 0;
3021 | `arg1` | the value of `ptr` |
3061 double dy = arg1 - y;
3095 // Makes sure the type of arg1 is const char*.