Home | History | Annotate | Download | only in processor

Lines Matching full:streamsize

4433   std::streamsize bytes_read = stream_->gcount();
4443 if (static_cast<std::streamsize>(bytes_read_converted) != bytes_read) {