Searched refs:WithArg (Results 1 – 6 of 6) sorted by relevance
46 bool isSizeof(const Expr *E, const Expr *WithArg) { in isSizeof() argument49 return sameDecl(UE->getArgumentExpr(), WithArg); in isSizeof()54 bool isStrlen(const Expr *E, const Expr *WithArg) { in isStrlen() argument60 sameDecl(CE->getArg(0), WithArg)); in isStrlen()
147 WithArg(const InnerAction& action) { in WithArg() function
181 using testing::WithArg;362 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString))); in TEST()
66 using testing::WithArg;483 Action<bool(double x, int n)> b = WithArg<1>(Invoke(Unary)); // NOLINT in TEST()
423 |`WithArg<N>(a)` |Pass the `N`-th (0-based) argument of the mock function to action `a` and…
2105 * `WithArg<N>(action)` (no `s` after `Arg`) when the inner `action` takes _one_ argument.2115 …ment of the mock function is an `int` and `my_action` takes a `double`, `WithArg<4>(my_action)` wi…