Home | History | Annotate | Download | only in processor

Lines Matching refs:bytes_read

4433   std::streamsize bytes_read = stream_->gcount();
4434 if (bytes_read == -1) {
4442 size_t bytes_read_converted = static_cast<size_t>(bytes_read);
4443 if (static_cast<std::streamsize>(bytes_read_converted) != bytes_read) {
4445 << bytes_read << " to " << bytes_read_converted;