Searched refs:max_bytes (Results 1 – 2 of 2) sorted by relevance
228 const std::optional<uint64_t>& max_bytes) { in ReadBlock() argument230 if (max_bytes) { in ReadBlock()231 bytes_to_read = *max_bytes; in ReadBlock()
69 const std::optional<uint64_t>& max_bytes = {});