Searched refs:num_bytes_to_fill (Results 1 – 1 of 1) sorted by relevance
212 const int num_bytes_to_fill = in ReadInternal() local215 DCHECK_LE(0, num_bytes_to_fill); in ReadInternal()216 memset(buf->data(), 0, num_bytes_to_fill); in ReadInternal()217 buf->DidConsume(num_bytes_to_fill); in ReadInternal()