Lines Matching full:int64_t
55 int64_t Read(char* buf, int64_t byte_count, int64_t offset) const OVERRIDE WARN_UNUSED;
56 int SetLength(int64_t new_length) OVERRIDE WARN_UNUSED;
57 int64_t GetLength() const OVERRIDE;
58 int64_t Write(const char* buf, int64_t byte_count, int64_t offset) OVERRIDE WARN_UNUSED;
85 bool Copy(FdFile* input_file, int64_t offset, int64_t size);