Home
last modified time | relevance | path

Searched refs:from_fn (Results 1 – 4 of 4) sorted by relevance

/external/nos/host/generic/nugget/include/
Dapplication.h181 .from_fn = From_fn, .to_fn = To_fn, \
360 .from_fn = transaction_api_from_fn, \
378 read_from_app_fn_t * const from_fn; member
/external/rust/crates/textwrap/src/
Dcore.rs267 std::iter::from_fn(move || { in break_apart()
342 std::iter::from_fn(move || { in find_words()
408 std::iter::from_fn(move || { in split_words()
/external/rust/crates/structopt-derive/src/
Ddoc_comments.rs69 iter::from_fn(|| { in split_paragraphs()
/external/rust/crates/bytes/tests/
Dtest_bytes.rs553 bytes.extend(std::iter::from_fn(|| long_iter.next())); in extend_mut_without_size_hint()