Searched refs:ostream (Results 1 – 4 of 4) sorted by relevance
270 def checkANSIEscapeSequences(self, ostream): argument276 key = ostream.name288 is_a_tty = hasattr(ostream,'isatty') and ostream.isatty()
165 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &frame) in operator <<()192 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &) noexcept in operator <<()
63 friend std::ostream &operator<<(std::ostream &oss, const Foo &f) noexcept in operator <<()98 friend std::ostream &operator<<(std::ostream &oss, const Bar &b) noexcept in operator <<()
90 void Print(std::ostream &out = std::cout) in Print()