Lines Matching refs:With
257 .With(_)
266 .With(_)
267 .With(_)
269 }, ".With() cannot appear more than once in an ON_CALL()");
319 .With(_)
328 .With(_)
329 .With(_);
330 }, ".With() cannot appear more than once in an EXPECT_CALL()");
341 .With(_);
342 }, ".With() must be the first clause in an EXPECT_CALL()");
349 .With(_);
350 }, ".With() must be the first clause in an EXPECT_CALL()");
1415 Expectation e3 = EXPECT_CALL(a, DoA(3)).With(_);