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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc296 // Elements of left_ and right_ are either kUnused or mutually
402 *os << "has " << Elements(1) << " and that element ";
406 *os << "has " << Elements(matcher_describers_.size())
423 *os << "doesn't have " << Elements(1)
424 << ", or has " << Elements(1) << " that ";
428 *os << "doesn't have " << Elements(matcher_describers_.size())
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3133 *os << "has " << Elements(count()) << " where\n";
3151 *os << "doesn't have " << Elements(count()) << ", or\n";
3209 *listener << "which has " << Elements(actual_count);
3242 static Message Elements(size_t count) { function in class:testing::internal::ElementsAreMatcherImpl
3333 static Message Elements(size_t n) { function in class:testing::internal::UnorderedElementsAreMatcherImplBase
3395 *listener << "which has " << Elements(actual_count);

Completed in 25 milliseconds