Searched defs:AtMost (Results 1 – 8 of 8) sorted by relevance
20 public class AtMost implements VerificationMode { class24 public AtMost(int maxNumberOfInvocations) { in AtMost() method in AtMost
142 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() function
12681 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() function
12652 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() function