Searched refs:kMaxSizeBytes (Results 1 – 1 of 1) sorted by relevance
33 static const uint32_t kMaxSizeBytes = (1 << 16) * 4; variable410 if (size_bytes_ + delta_size + kChunkSizeBytes > kMaxSizeBytes) in Encode()419 if (size_bytes_ + delta_size > kMaxSizeBytes) in Encode()470 if (size_bytes_ + delta_size + kChunkSizeBytes > kMaxSizeBytes) in Encode()