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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h116 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
151 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
240 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::RangeGenerator::Iterator
338 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
H A Dgtest-param-util-generated.h3212 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3335 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3476 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3634 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3811 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
4005 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4218 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4447 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4694 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc899 EXPECT_FALSE(orig_msg.Equals(dest));
901 EXPECT_TRUE(orig_msg.Equals(dest));
922 EXPECT_FALSE(orig_msg.Equals(dest));
924 EXPECT_TRUE(orig_msg.Equals(dest));
1018 EXPECT_FALSE(orig_msg.Equals(dest));
1020 EXPECT_TRUE(orig_msg.Equals(dest));
1041 EXPECT_FALSE(orig_msg.Equals(dest));
1043 EXPECT_TRUE(orig_msg.Equals(dest));

Completed in 58 milliseconds