Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
H A Dquick.rs195 struct ShiftRange<HK = Inexact> { struct
204 impl<HK> Iterator for ShiftRange<HK> where HK: HintKind { argument
222 impl ExactSizeIterator for ShiftRange<Exact> { } implementation
224 impl<HK> qc::Arbitrary for ShiftRange<HK> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/
Dquick.rs186 struct ShiftRange<HK = Inexact> { struct
195 impl<HK> Iterator for ShiftRange<HK> argument
216 impl ExactSizeIterator for ShiftRange<Exact> {} implementation
218 impl<HK> qc::Arbitrary for ShiftRange<HK> implementation