Home | History | Annotate | Download | only in Support

Lines Matching refs:raw_null_ostream

723   static raw_null_ostream S;
756 // raw_null_ostream
759 raw_null_ostream::~raw_null_ostream() {
762 // with raw_null_ostream, but it's better to have raw_null_ostream follow
763 // the rules than to change the rules just for raw_null_ostream.
768 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) {
771 uint64_t raw_null_ostream::current_pos() const {
775 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size,