Home
last modified time | relevance | path

Searched refs:from_fn (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/memchr/bench/src/memmem/
H A Dimp.rs335 std::iter::from_fn(move || {
372 std::iter::from_fn(move || {
595 std::iter::from_fn(move || {
620 std::iter::from_fn(move || {
653 std::iter::from_fn(move || {
678 std::iter::from_fn(move || {
768 std::iter::from_fn(move || {
796 std::iter::from_fn(move || {
815 std::iter::from_fn(move || {
838 std::iter::from_fn(mov in iter_from_rfind()
[all...]
/third_party/rust/crates/clap/src/output/textwrap/
H A Dword_separators.rs6 std::iter::from_fn(move || {
/third_party/rust/crates/nom/examples/
H A Diterator.rs17 // `from_fn` (available from Rust 1.34) can create an iterator in main()
19 let it = std::iter::from_fn(move || { in main()
41 // if `from_fn` is not available, it is possible to fold in main()
63 // - we can work with a normal iterator like `from_fn` in main()
H A Djson_iterator.rs89 Some(std::iter::from_fn(move || { in array()
153 Some(std::iter::from_fn(move || {
/third_party/rust/crates/clap/clap_derive/src/utils/
H A Ddoc_comments.rs88 iter::from_fn(|| { in split_paragraphs()

Completed in 3 milliseconds