Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dis_nan_matcher.rs27 struct IsNanMatcher<T>(PhantomData<T>); struct
29 impl<T: Float + Debug> Matcher for IsNanMatcher<T> { implementation