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