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