Home | History | Annotate | Download | only in v1_5

Lines Matching full:arg1

2825 ACTION(IncrementArg1) { return ++(*arg1); }
2834 you'll get a compiler error if `*arg1` doesn't support the `++`
2835 operator, or if the type of `++(*arg1)` isn't compatible with the mock
2843 *arg1 = 0;
2870 | `arg1` | the value of `ptr` |
2910 double dy = arg1 - y;
2944 // Makes sure the type of arg1 is const char*.