Lines Matching refs:predicate
351 Verifies that the predicate *`pred`* returns `true` when passed the given values
384 Note that if the given predicate is an overloaded function or a function
408 If a template has multiple parameters, wrap the predicate in parentheses so the
431 Verifies that the predicate *`pred_formatter`* succeeds when passed the given
434 The parameter *`pred_formatter`* is a *predicate-formatter*, which is a function
448 where *`val1`*, *`val2`*, ..., *`valn`* are the values of the predicate
466 // A predicate-formatter for asserting that two integers are mutually prime.
487 In the above example, the final assertion fails and the predicate-formatter
600 `EXPECT_EXIT(`*`statement`*`,`*`predicate`*`,`*`matcher`*`)` \
601 `ASSERT_EXIT(`*`statement`*`,`*`predicate`*`,`*`matcher`*`)`
604 that satisfies *`predicate`*, and produces `stderr` output that matches
607 The parameter *`predicate`* is a function or functor that accepts an `int` exit