Lines Matching refs:routines
87 routines: Vec<NamedRoutine<T, M>>, field
97 routines: Vec<NamedRoutine<(), M>>, field
288 routines: vec![], in new()
304 self.routines.push(routine); in with_function()
324 let num_routines = self.routines.len(); in run()
334 for routine in self.routines { in run()
401 routines: functions, in with_functions()
444 routines: vec![], in new()
460 self.routines.push(routine); in with_function()
486 let num_routines = self.routines.len(); in run()
496 for routine in self.routines { in run()