Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp5497 BrightRed = Bright | Red, enumerator
5505 ResultError = BrightRed,
5509 Error = BrightRed,
7812 … case Colour::BrightRed: return setTextAttribute( FOREGROUND_INTENSITY | FOREGROUND_RED ); in use()
7873 case Colour::BrightRed: return setColour( "[1;31m" ); in use()