Home
last modified time | relevance | path

Searched refs:NoColor (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/termcolor/src/
Dlib.rs422 NoColor(NoColor<W>), enumerator
434 NoColor(NoColor<W>), enumerator
492 WriterInner::NoColor(ref w) => { in from_stream()
493 WriterInnerLock::NoColor(NoColor(w.0.lock())) in from_stream()
505 WriterInner::NoColor(ref w) => { in from_stream()
506 WriterInnerLock::NoColor(NoColor(w.0.lock())) in from_stream()
564 WriterInner::NoColor(NoColor(IoStandardStream::new(sty))) in create()
600 WriterInner::NoColor(NoColor(IoStandardStream::new(sty))) in create()
714 WriterInner::NoColor(ref mut wtr) => wtr.write(buf), in write()
724 WriterInner::NoColor(ref mut wtr) => wtr.flush(), in flush()
[all …]
/external/rust/crates/codespan-reporting/src/
Dterm.rs116 let mut writer = termcolor::NoColor::new(Vec::<u8>::new()); in unsized_emit()
/external/rust/crates/termcolor/
DREADME.md43 `Ansi` and `NoColor` both satisfy `WriteColor` for arbitrary implementors of