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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3198 size_t actual_count = exam_pos; local
3200 ++actual_count;
3203 if (actual_count != count()) {
3208 if (listener_interested && (actual_count != 0)) {
3209 *listener << "which has " << Elements(actual_count);
3385 const size_t actual_count = matrix.LhsSize(); local
3386 if (actual_count == 0 && matchers_.empty()) {
3389 if (actual_count != matchers_.size()) {
3394 if (actual_count != 0 && listener->IsInterested()) {
3395 *listener << "which has " << Elements(actual_count);
[all...]

Completed in 19 milliseconds