Searched refs:color_choice (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/env_logger/src/fmt/writer/ |
D | mod.rs | 178 let color_choice = match self.write_style { in build() localVariable 190 color_choice => color_choice, in build() 194 WritableTarget::Stderr => BufferWriter::stderr(self.is_test, color_choice), in build() 195 WritableTarget::Stdout => BufferWriter::stdout(self.is_test, color_choice), in build() 196 WritableTarget::Pipe(pipe) => BufferWriter::pipe(color_choice, pipe), in build()
|
/third_party/rust/crates/termcolor/src/ |
D | lib.rs | 911 color_choice: ColorChoice, field 928 color_choice: choice, in create() 963 color_choice: choice, in create() 1006 Buffer::new(self.color_choice) in buffer() 1015 Buffer::new(self.color_choice, self.console.is_some()) in buffer()
|