Searched defs:AtMost (Results 1 – 6 of 6) 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
141 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() function
9601 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() function
10585 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() function