HomeSort by relevance Sort by last modified time
    Searched refs:TupleMatches (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 262 // 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(matchers, values2))
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 325 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
    [all...]
gmock-matchers.h 574 // TupleMatches(matcher_tuple, value_tuple) returns true iff all
580 bool TupleMatches(const MatcherTuple& matcher_tuple,
    [all...]

Completed in 489 milliseconds