Searched defs:TypedEq (Results 1 – 3 of 3) sorted by relevance
732 inline Matcher<Lhs> TypedEq(const Rhs &rhs) { in TypedEq() function
713 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); } in TypedEq() function
715 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); } in TypedEq() function