Home
last modified time | relevance | path

Searched refs:color_choice (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/env_logger/src/fmt/writer/
Dmod.rs120 let color_choice = match self.write_style { in build() localVariable
131 color_choice => color_choice, in build()
135 Target::Stderr => BufferWriter::stderr(self.is_test, color_choice), in build()
136 Target::Stdout => BufferWriter::stdout(self.is_test, color_choice), in build()
/external/rust/crates/termcolor/src/
Dlib.rs862 color_choice: ColorChoice, field
879 color_choice: choice, in create()
914 color_choice: choice, in create()
957 Buffer::new(self.color_choice) in buffer()
966 Buffer::new(self.color_choice, self.console.is_some()) in buffer()