Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/src/regexset/
Dbytes.rs702 pub struct SetMatchesIter<'a>(PatternSetIter<'a>); struct
704 impl<'a> Iterator for SetMatchesIter<'a> { implementation
716 impl<'a> DoubleEndedIterator for SetMatchesIter<'a> { implementation
722 impl<'a> core::iter::FusedIterator for SetMatchesIter<'a> {} implementation
Dstring.rs698 pub struct SetMatchesIter<'a>(PatternSetIter<'a>); struct
700 impl<'a> Iterator for SetMatchesIter<'a> { implementation
712 impl<'a> DoubleEndedIterator for SetMatchesIter<'a> { implementation
718 impl<'a> core::iter::FusedIterator for SetMatchesIter<'a> {} implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/src/regexset/
Dstring.rs698 pub struct SetMatchesIter<'a>(PatternSetIter<'a>); struct
700 impl<'a> Iterator for SetMatchesIter<'a> { implementation
712 impl<'a> DoubleEndedIterator for SetMatchesIter<'a> { implementation
718 impl<'a> core::iter::FusedIterator for SetMatchesIter<'a> {} implementation
Dbytes.rs702 pub struct SetMatchesIter<'a>(PatternSetIter<'a>); struct
704 impl<'a> Iterator for SetMatchesIter<'a> { implementation
716 impl<'a> DoubleEndedIterator for SetMatchesIter<'a> { implementation
722 impl<'a> core::iter::FusedIterator for SetMatchesIter<'a> {} implementation