Home
last modified time | relevance | path

Searched defs:ZipLongest (Results 76 – 84 of 84) sorted by relevance

1234

/dports/lang/rust/rustc-1.58.1-src/vendor/itertools-0.9.0/src/
H A Dzip_longest.rs17 pub struct ZipLongest<T, U> { struct
22 /// Create a new `ZipLongest` iterator. argument
33 impl<T, U> Iterator for ZipLongest<T, U> implementation
55 impl<T, U> DoubleEndedIterator for ZipLongest<T, U> implementation
75 impl<T, U> ExactSizeIterator for ZipLongest<T, U> implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/itertools-0.8.2/src/
H A Dzip_longest.rs17 pub struct ZipLongest<T, U> { struct
22 /// Create a new `ZipLongest` iterator. argument
33 impl<T, U> Iterator for ZipLongest<T, U> implementation
55 impl<T, U> DoubleEndedIterator for ZipLongest<T, U> implementation
75 impl<T, U> ExactSizeIterator for ZipLongest<T, U> implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/itertools/src/
H A Dzip_longest.rs17 pub struct ZipLongest<T, U> { struct
22 /// Create a new `ZipLongest` iterator. argument
33 impl<T, U> Iterator for ZipLongest<T, U> implementation
55 impl<T, U> DoubleEndedIterator for ZipLongest<T, U> implementation
75 impl<T, U> ExactSizeIterator for ZipLongest<T, U> implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/itertools-0.8.2/src/
H A Dzip_longest.rs17 pub struct ZipLongest<T, U> { struct
22 /// Create a new `ZipLongest` iterator. argument
33 impl<T, U> Iterator for ZipLongest<T, U> implementation
55 impl<T, U> DoubleEndedIterator for ZipLongest<T, U> implementation
75 impl<T, U> ExactSizeIterator for ZipLongest<T, U> implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/itertools-0.8.2/src/
H A Dzip_longest.rs17 pub struct ZipLongest<T, U> { struct
22 /// Create a new `ZipLongest` iterator. argument
33 impl<T, U> Iterator for ZipLongest<T, U> implementation
55 impl<T, U> DoubleEndedIterator for ZipLongest<T, U> implementation
75 impl<T, U> ExactSizeIterator for ZipLongest<T, U> implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/itertools-0.9.0/src/
H A Dzip_longest.rs17 pub struct ZipLongest<T, U> { struct
22 /// Create a new `ZipLongest` iterator. argument
33 impl<T, U> Iterator for ZipLongest<T, U> implementation
55 impl<T, U> DoubleEndedIterator for ZipLongest<T, U> implementation
75 impl<T, U> ExactSizeIterator for ZipLongest<T, U> implementation
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/DeadArgElim/
H A DNoundefAttrs.ll1 ; RUN: opt -deadargelim -S < %s | FileCheck %s
2
3 ; If caller is changed to pass in undef, noundef, dereferenceable and other
4 ; attributes that imply immediate undefined behavior should be delete.
5 ; Other attributes like nonnull, which only imply poison, can be safely kept.
6
7 ; CHECK: define i64 @bar(i64* nonnull %0, i64 %1)
8 define i64 @bar(i64* nonnull dereferenceable(8) %0, i64 %1) {
9 entry:
10 %2 = add i64 %1, 8
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/src/handlers/
H A Dartists.rs27 let next_index = common_key_events::on_high_press_handler();
28 app.artists_list_index = next_index; field
30 }
32 if let Some(artists) = &mut app.library.saved_artists.get_results(None) {
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/resource_manager/
H A Dmatcher.rs27 struct ZipLongest<A, B> { struct
28 a: A,
29 b: B,
32 impl<A, B> Iterator for ZipLongest<A, B> implementation

1234