Searched refs:available_bytes (Results 1 – 1 of 1) sorted by relevance
46 const int64_t available_bytes = std::min(byte_count, GetLength() - offset); in Read() local47 if (available_bytes < 0) { in Read()50 memcpy(buf, data_.data() + offset, available_bytes); in Read()51 return available_bytes; in Read()