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

/external/google-breakpad/src/testing/test/
H A Dgmock-internal-utils_test.cc262 // Tests the TupleMatches() template function.
268 EXPECT_TRUE(TupleMatches(matchers, values));
276 EXPECT_TRUE(TupleMatches(matchers, values1));
277 EXPECT_FALSE(TupleMatches(matchers, values2));
287 EXPECT_TRUE(TupleMatches(matchers, values1));
288 EXPECT_FALSE(TupleMatches(matchers, values2));
289 EXPECT_FALSE(TupleMatches(matchers, values3));
290 EXPECT_FALSE(TupleMatches(matchers, values4));
302 EXPECT_TRUE(TupleMatches(matchers, values1));
303 EXPECT_FALSE(TupleMatches(matcher
[all...]
/external/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...]
/external/v8/testing/gmock/test/
H A Dgmock-internal-utils_test.cc288 // Tests the TupleMatches() template function.
294 EXPECT_TRUE(TupleMatches(matchers, values));
302 EXPECT_TRUE(TupleMatches(matchers, values1));
303 EXPECT_FALSE(TupleMatches(matchers, values2));
313 EXPECT_TRUE(TupleMatches(matchers, values1));
314 EXPECT_FALSE(TupleMatches(matchers, values2));
315 EXPECT_FALSE(TupleMatches(matchers, values3));
316 EXPECT_FALSE(TupleMatches(matchers, values4));
328 EXPECT_TRUE(TupleMatches(matchers, values1));
329 EXPECT_FALSE(TupleMatches(matcher
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h326 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
1080 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
1108 if (!TupleMatches(matchers_, args)) {
H A Dgmock-matchers.h681 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
687 bool TupleMatches(const MatcherTuple& matcher_tuple, function in namespace:testing::internal
/external/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
/external/v8/testing/gmock/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
/external/fmtlib/test/gmock/
H A Dgmock.h5425 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
5431 bool TupleMatches(const MatcherTuple& matcher_tuple, function in namespace:testing::internal
8894 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
9652 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
9680 if (!TupleMatches(matchers_, args)) {

Completed in 262 milliseconds