Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/str/
Dbasics.rs189 pub fn count(self, count: usize) -> MatchesPredicate { in count() method
227 pub struct MatchesPredicate { struct
232 impl Predicate<str> for MatchesPredicate { implementation
252 impl reflection::PredicateReflection for MatchesPredicate { implementation
259 impl fmt::Display for MatchesPredicate { implementation