Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Diter.rs712 pub fn infallible(self) -> HalfMatchesIter<'h, F> { in infallible() method
828 pub fn infallible(self) -> MatchesIter<'h, F> { in infallible() method
946 pub fn infallible(self) -> CapturesIter<'h, F> { in infallible() method
/aosp_15_r20/external/rust/android-crates-io/crates/smallvec/src/
Dlib.rs318 fn infallible<T>(result: Result<T, CollectionAllocErr>) -> T { in infallible() function