Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regexset/
H A Dstring.rs680 pub struct SetMatchesIter<'a>(PatternSetIter<'a>); struct
682 impl<'a> Iterator for SetMatchesIter<'a> { implementation
694 impl<'a> DoubleEndedIterator for SetMatchesIter<'a> { implementation
700 impl<'a> core::iter::FusedIterator for SetMatchesIter<'a> {} implementation
H A Dbytes.rs684 pub struct SetMatchesIter<'a>(PatternSetIter<'a>); struct
686 impl<'a> Iterator for SetMatchesIter<'a> { implementation
698 impl<'a> DoubleEndedIterator for SetMatchesIter<'a> { implementation
704 impl<'a> core::iter::FusedIterator for SetMatchesIter<'a> {} implementation