Home
last modified time | relevance | path

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

/dports/www/aria2/aria2-1.36.0/src/
H A DColorizedStream.h81 class ColorizedStreamBuf : public std::basic_streambuf<char, traits_t> {
88 ColorizedStreamBuf() { elems.push_back(std::make_pair(eString, "")); } in ColorizedStreamBuf() function
130 ColorizedStreamBuf buf;
H A DColorizedStream.cc62 std::string ColorizedStreamBuf::str(bool color) const in str()
76 std::string ColorizedStreamBuf::str(bool color, size_t max) const in str()