|
Android-cuttlefish cvd tool
|
#include <io.h>


Public Member Functions | |
| virtual | ~Seeker ()=default |
| Result< void > | Visit (IoVisitor &) override |
| virtual Result< uint64_t > | SeekSet (uint64_t offset)=0 |
| virtual Result< uint64_t > | SeekCur (int64_t offset)=0 |
| virtual Result< uint64_t > | SeekEnd (int64_t offset)=0 |
Public Member Functions inherited from cuttlefish::IoVisitable | |
| virtual | ~IoVisitable ()=default |
| virtual Result< void > | Visit (IoVisitor &)=0 |
|
virtualdefault |
|
pure virtual |
Implemented in cuttlefish::anonymous_namespace{seekable_source.cc}::ZipSourceAsReaderSeekerImpl, cuttlefish::SeekingZipSourceReader, cuttlefish::ZipSourceWriter, cuttlefish::anonymous_namespace{in_memory.cc}::InMemoryIo, cuttlefish::SharedFdIo, cuttlefish::ReaderWriterSeeker, cuttlefish::ReaderFakeSeeker, and cuttlefish::Fd.
|
pure virtual |
Implemented in cuttlefish::anonymous_namespace{seekable_source.cc}::ZipSourceAsReaderSeekerImpl, cuttlefish::SeekingZipSourceReader, cuttlefish::ZipSourceWriter, cuttlefish::anonymous_namespace{in_memory.cc}::InMemoryIo, cuttlefish::SharedFdIo, cuttlefish::ReaderWriterSeeker, cuttlefish::ReaderFakeSeeker, and cuttlefish::Fd.
|
pure virtual |
Implemented in cuttlefish::anonymous_namespace{seekable_source.cc}::ZipSourceAsReaderSeekerImpl, cuttlefish::SeekingZipSourceReader, cuttlefish::ZipSourceWriter, cuttlefish::anonymous_namespace{in_memory.cc}::InMemoryIo, cuttlefish::SharedFdIo, cuttlefish::ReaderWriterSeeker, cuttlefish::ReaderFakeSeeker, and cuttlefish::Fd.
Implements cuttlefish::IoVisitable.
Reimplemented in cuttlefish::ReaderSeeker, cuttlefish::WriterSeeker, cuttlefish::ReaderWriterSeeker, cuttlefish::ReadWindowView, and cuttlefish::SharedFdIo.