Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/str/
Dbasics.rs26 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
74 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
128 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
202 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
237 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
Dadapters.rs37 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() function
80 fn find_case<'a>( in find_case() function
109 fn find_case<'a>(&'a self, expected: bool, variable: &[u8]) -> Option<reflection::Case<'a>> { in find_case() function
Dregex.rs48 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
83 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
Dnormalize.rs45 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() function
Ddifference.rs28 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/path/
Dfs.rs64 fn find_case<'a>( in find_case() method
78 fn find_case<'a>(&'a self, expected: bool, variable: &[u8]) -> Option<reflection::Case<'a>> { in find_case() method
142 fn find_case<'a>( in find_case() method
156 fn find_case<'a>(&'a self, expected: bool, variable: &str) -> Option<reflection::Case<'a>> { in find_case() method
Dexistence.rs29 fn find_case<'a>( in find_case() method
Dfc.rs71 fn find_case<'a>( in find_case() function
Dft.rs102 fn find_case<'a>( in find_case() method
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/
Diter.rs87 fn find_case<'a>(&'a self, expected: bool, variable: &P) -> Option<reflection::Case<'a>> { in find_case() function
196 fn find_case<'a>(&'a self, expected: bool, variable: &P) -> Option<reflection::Case<'a>> { in find_case() function
258 fn find_case<'a>(&'a self, expected: bool, variable: &P) -> Option<reflection::Case<'a>> { in find_case() function
Dboolean.rs74 fn find_case<'a>(&'a self, expected: bool, variable: &Item) -> Option<reflection::Case<'a>> { in find_case() function
246 fn find_case<'a>(&'a self, expected: bool, variable: &Item) -> Option<reflection::Case<'a>> { in find_case() function
411 fn find_case<'a>(&'a self, expected: bool, variable: &Item) -> Option<reflection::Case<'a>> { in find_case() function
Dord.rs55 fn find_case<'a>(&'a self, expected: bool, variable: &P) -> Option<reflection::Case<'a>> { in find_case() function
179 fn find_case<'a>(&'a self, expected: bool, variable: &P) -> Option<reflection::Case<'a>> { in find_case() function
Dconstant.rs30 fn find_case<'a>(&'a self, expected: bool, variable: &Item) -> Option<reflection::Case<'a>> { in find_case() method
Dboxed.rs75 fn find_case<'a>(&'a self, expected: bool, variable: &Item) -> Option<reflection::Case<'a>> { in find_case() function
Dname.rs54 fn find_case<'a>(&'a self, expected: bool, variable: &Item) -> Option<reflection::Case<'a>> { in find_case() function
Dfunction.rs82 fn find_case<'a>(&'a self, expected: bool, variable: &T) -> Option<reflection::Case<'a>> { in find_case() function
/aosp_15_r20/external/rust/android-crates-io/crates/predicates-core/src/
Dcore.rs24 fn find_case<'a>(&'a self, expected: bool, variable: &Item) -> Option<reflection::Case<'a>> { in find_case() method
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/float/
Dclose.rs95 fn find_case<'a>(&'a self, expected: bool, variable: &f64) -> Option<reflection::Case<'a>> { in find_case() method