Home | History | Annotate | Download | only in processor

Lines Matching full:bytes_read_converted

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;
4449 if (bytes_read_converted != count) {
4450 BPLOG(ERROR) << "ReadBytes: read " << bytes_read_converted << "/" << count;