Searched refs:max_bytes (Results 1 – 5 of 5) sorted by relevance
30 RawBuilder::RawBuilder(size_t max_bytes) : max_bytes_(max_bytes) {} in RawBuilder() argument
32 explicit RawBuilder(size_t max_bytes);
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 = {});
190 size_t open_and_read_file(const char *filename, void *target_buffer, size_t max_bytes) {194 CHECK(max_bytes > 0);