Home | History | Annotate | Download | only in base

Lines Matching refs:bytes_read

536     size_t bytes_read = 0;
538 buffer.get() + HEADER_SIZE, len, offset, &bytes_read);
541 ASSERT(static_cast<uint32_t>(bytes_read) == len);