Searched refs:bytes_until_wrap (Results 1 – 1 of 1) sorted by relevance
190 size_t bytes_until_wrap = buffer_bytes_ - data_read_idx; in InternalRead() local191 size_t bytes_to_copy = std::min(read_bytes, bytes_until_wrap); in InternalRead()384 size_t bytes_until_wrap = buffer_bytes_ - write_idx_; in RawWrite() local385 size_t bytes_to_copy = std::min(source.size(), bytes_until_wrap); in RawWrite()400 size_t bytes_until_wrap = buffer_bytes_ - source_idx; in RawRead() local401 size_t bytes_to_copy = std::min(length_bytes, bytes_until_wrap); in RawRead()