Lines Matching refs:clause
89 See details for each modifier clause below.
118 The `With` clause can be used at most once on an expectation and must be the
119 first clause.
138 If the `Times` clause is omitted, GoogleTest infers the cardinality as follows:
143 * If there are *n* `WillOnce` clauses and no `WillRepeatedly` clause, where
145 * If there are *n* `WillOnce` clauses and one `WillRepeatedly` clause, where
148 The `Times` clause can be used at most once on an expectation.
176 The `InSequence` clause can be used any number of times on an expectation.
219 The `After` clause can be used any number of times on an expectation.
250 The `WillOnce` clause can be used any number of times on an expectation. Unlike
285 The `WillRepeatedly` clause can be used at most once on an expectation.
294 The `RetiresOnSaturation` clause is only meaningful for expectations with an
317 The `RetiresOnSaturation` clause can be used at most once on an expectation and
318 must be the last clause.
326 *`matchers...`*. Requires a modifier clause to specify the method's behavior.
346 See details for each modifier clause below.
377 The `With` clause can be used at most once with each `ON_CALL` statement.
405 The `WillByDefault` clause must be used exactly once with each `ON_CALL`
531 [`InSequence`](#EXPECT_CALL.InSequence) clause of `EXPECT_CALL` for usage.
571 [`After`](#EXPECT_CALL.After) clause of `EXPECT_CALL`.
588 [`After`](#EXPECT_CALL.After) clause of `EXPECT_CALL`.