Lines Matching refs:Cardinality
50 // .Times(cardinality)
701 // Returns the cardinality specified in the expectation spec.
702 const Cardinality& cardinality() const { return cardinality_; }
752 // Explicitly specifies the cardinality of this expectation. Used
754 void SpecifyCardinality(const Cardinality& cardinality);
756 // Returns true iff the user specified the cardinality explicitly
760 // Sets the cardinality of this expectation spec.
761 void set_cardinality(const Cardinality& a_cardinality) {
791 return cardinality().IsSatisfiedByCallCount(call_count_);
798 return cardinality().IsSaturatedByCallCount(call_count_);
805 return cardinality().IsOverSaturatedByCallCount(call_count_);
831 // WillRepeatedly() clauses) against the cardinality if this hasn't
844 void UntypedTimes(const Cardinality& a_cardinality);
851 // True iff the cardinality is specified explicitly.
853 Cardinality cardinality_; // The cardinality of the expectation.
927 TypedExpectation& Times(const Cardinality& a_cardinality) {