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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc289 // Tests the TupleMatches() template function.
295 EXPECT_TRUE(TupleMatches(matchers, values));
303 EXPECT_TRUE(TupleMatches(matchers, values1));
304 EXPECT_FALSE(TupleMatches(matchers, values2));
314 EXPECT_TRUE(TupleMatches(matchers, values1));
315 EXPECT_FALSE(TupleMatches(matchers, values2));
316 EXPECT_FALSE(TupleMatches(matchers, values3));
317 EXPECT_FALSE(TupleMatches(matchers, values4));
329 EXPECT_TRUE(TupleMatches(matchers, values1));
330 EXPECT_FALSE(TupleMatches(matcher
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h330 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
1088 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
1116 if (!TupleMatches(matchers_, args)) {
H A Dgmock-matchers.h790 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
796 bool TupleMatches(const MatcherTuple& matcher_tuple, function in namespace:testing::internal

Completed in 29 milliseconds