Searched refs:kMaxSkipSize (Results 1 – 2 of 2) sorted by relevance
25 static constexpr int64 kMaxSkipSize = 8 * 1024 * 1024; variable34 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes()
69 static constexpr int64 kMaxSkipSize = 8 * 1024 * 1024; variable75 std::unique_ptr<char[]> scratch(new char[kMaxSkipSize]); in SkipNBytes()88 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes()