Searched refs:FormatTimes (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/src/
H A Dgmock-cardinalities.cc95 inline internal::string FormatTimes(int n) { function in namespace:testing::__anon11
115 *os << "called at most " << FormatTimes(max_);
118 *os << "called " << FormatTimes(min_);
120 *os << "called at least " << FormatTimes(min_);
133 *os << "called " << FormatTimes(actual_call_count);

Completed in 4 milliseconds