Home
last modified time | relevance | path

Searched refs:NoColor (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/termcolor/src/
H A Dlib.rs29 `Ansi` and `NoColor` both satisfy `WriteColor` for arbitrary implementors of
469 NoColor(NoColor<W>),
482 NoColor(NoColor<W>),
540 WriterInner::NoColor(ref w) => { in lock()
541 WriterInnerLock::NoColor(NoColor(w.0.lock())) in lock()
553 WriterInner::NoColor(ref w) => { in from_stream()
554 WriterInnerLock::NoColor(NoColo in from_stream()
1250 pub struct NoColor<W>(W); global() structure names
1252 impl<W: Write> NoColor<W> { global() impls
[all...]
/third_party/gn/src/gn/
H A Dswitches.cc336 INSERT_VARIABLE(NoColor)

Completed in 3 milliseconds