Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dregex.rs61 fn as_match(&self) -> Self::Range; in as_match() method
133 fn as_match(&self) -> Self::Range { in as_match() method
143 fn as_match(&self) -> Self::Range { in as_match() method
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/codegen/
Dfield.rs61 pub fn as_match(&'a self) -> MatchArm<'a> { in as_match() method