Searched defs:TypedEq (Results 1 - 1 of 1) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h2595 // TypedEq<T>(x) is just a convenient short-hand for Matcher<T>(Eq(x))
2604 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); } function in namespace:testing

Completed in 268 milliseconds