Searched refs:repeat_with (Results 1 – 8 of 8) sorted by relevance
171 repeat_with = {194 repeat_with = {}215 repeat_with = {246 repeat_with = {269 repeat_with = {}376 repeat_with = {456 repeat_with = {535 repeat_with = {
169 self.repeat_with = {}180 for _, v in self.repeat_with.items():193 self.repeat_with = {}207 repeat_with = self.repeat_with218 format_with = utils.concat_dicts(self.format_with, self.repeat_with)225 for _, v in self.repeat_with.items():
79 dict(zip(request.repeat_with, t))80 for t in zip(*request.repeat_with.values())
73 mod repeat_with; module74 pub use self::repeat_with::{repeat_with, RepeatWith};
92 pub fn repeat_with<A, F: FnMut() -> A>(repeater: F) -> RepeatWith<F> { in repeat_with() function
64 repeat_with = {}168 repeat_with = {}
80 - Deprecate `repeat_call` in favour of std's `repeat_with`
2870 None => iter::repeat_with(|| None).take(linux.vcpu_count).collect(), in run_control()