Searched refs:with_output (Results 1 – 4 of 4) sorted by relevance
25 pub fn with_output(mut self, output: bool) -> Self { in with_output() method
2285 let _t = time::Timer::new("parse").with_output(time_phases); in generate()2384 .with_output(self.options.time_phases); in rustfmt_generated_string()
305 if test "$with_output" = ""307 with_output=no1212 if test "$with_output" = "no" ; then1214 with_output=yes1409 if test "$with_output" = "no" ; then
527 Timer::new("translation_unit").with_output(options.time_phases); in new()597 Timer::new(name).with_output(self.options.time_phases) in timer()