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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2716 // TypedEq<T>(x) is just a convenient short-hand for Matcher<T>(Eq(x))
2725 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); } function in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3754 // TypedEq<T>(x) is just a convenient short-hand for Matcher<T>(Eq(x))
3763 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); } function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3753 // TypedEq<T>(x) is just a convenient short-hand for Matcher<T>(Eq(x))
3762 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); } function in namespace:testing

Completed in 111 milliseconds