Searched refs:MatchesTypes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/animation/
H A Dtransform_operations.h42 // value. If this->MatchesTypes(from), then each of the operations are
68 bool MatchesTypes(const TransformOperations& other) const;
H A Dtransform_operations.cc58 if (!MatchesTypes(from))
145 bool TransformOperations::MatchesTypes(const TransformOperations& other) const { function in class:cc::TransformOperations
255 if (MatchesTypes(from)) {
H A Dtransform_operations_unittest.cc45 bool matches_type = transforms[i]->MatchesTypes(*transforms[j]);
69 EXPECT_FALSE(translates.MatchesTypes(skews));
70 EXPECT_TRUE(translates.MatchesTypes(translates2));
71 EXPECT_TRUE(translates.MatchesTypes(translates3));
88 EXPECT_FALSE(translates.MatchesTypes(skews));
89 EXPECT_FALSE(translates.MatchesTypes(translates2));
148 EXPECT_TRUE(operations[i]->MatchesTypes(*operations[j]));
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3658 TEST(TypeMatching, MatchesTypes) {
4012 TEST(NNS, MatchesTypes) {

Completed in 703 milliseconds