Home
last modified time | relevance | path

Searched refs:call_count_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h792 return cardinality().IsSatisfiedByCallCount(call_count_); in IsSatisfied()
798 return cardinality().IsSaturatedByCallCount(call_count_); in IsSaturated()
804 return cardinality().IsOverSaturatedByCallCount(call_count_); in IsOverSaturated()
819 return call_count_; in call_count()
825 call_count_++; in IncrementCallCount()
862 int call_count_; // How many times this expectation has been invoked. variable
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc90 call_count_(0), in ExpectationBase()
172 if (next->call_count_ == 0) { in FindUnsatisfiedPrerequisites()