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

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h89 // ContainerEq
133 using testing::ContainerEq;
595 // Tests the linkage of the ContainerEq matcher.
600 ON_CALL(mock, VoidFromVector(ContainerEq(v))).WillByDefault(Return());
H A Dgmock-matchers_test.cc4164 // Tests ContainerEq with different container types, and
4183 const Matcher<TypeParam> m = ContainerEq(my_set);
4194 const Matcher<TypeParam> m = ContainerEq(my_set);
4206 const Matcher<const TypeParam&> m = ContainerEq(my_set);
4217 const Matcher<TypeParam> m = ContainerEq(my_set);
4230 const Matcher<const TypeParam&> m = ContainerEq(my_set);
4244 const Matcher<vector<int> > m = ContainerEq(my_set);
4257 const Matcher<const list<size_t>&> m = ContainerEq(my_set);
4269 const Matcher<const list<size_t> > m = ContainerEq(my_set);
4283 const Matcher<vector<int> > m = ContainerEq(my_se
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2699 // Like ContainerEq, we make a copy of rhs in case the elements in
4150 ContainerEq(const Container& rhs) { function in namespace:testing

Completed in 44 milliseconds