Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h732 inline Matcher<Lhs> TypedEq(const Rhs &rhs) { in TypedEq() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h713 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); } in TypedEq() function
/external/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h715 inline Matcher<Lhs> TypedEq(const Rhs& rhs) { return Eq(rhs); } in TypedEq() function