Home
last modified time | relevance | path

Searched defs:EqMatcher (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/googletest/src/matchers/
Deq_matcher.rs82 pub struct EqMatcher<T> { struct
86 impl<T: Debug, A: Debug + Copy + PartialEq<T>> Matcher<A> for EqMatcher<T> { argument
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h569 explicit EqMatcher(const Rhs& rhs) in EqMatcher() function