Lines Matching refs:MappedFile
31 MappedFile::~MappedFile() { in ~MappedFile()
34 int MappedFile::Close() { in Close()
41 bool MappedFile::MapReadOnly() { in MapReadOnly()
67 bool MappedFile::MapReadWrite(int64_t file_size) { in MapReadWrite()
98 bool MappedFile::Unmap() { in Unmap()
112 int64_t MappedFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read()
129 int MappedFile::SetLength(int64_t new_length) { in SetLength()
134 int64_t MappedFile::GetLength() const { in GetLength()
142 int MappedFile::Flush() { in Flush()
148 int64_t MappedFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
167 int64_t MappedFile::size() const { in size()
171 bool MappedFile::IsMapped() const { in IsMapped()
175 char* MappedFile::data() const { in data()