Searched refs:FileWrapperInput (Results 1 – 2 of 2) sorted by relevance
22 FileWrapperInput::FileWrapperInput(const char* name) : in FileWrapperInput() function in FileWrapperInput31 FileWrapperInput::~FileWrapperInput() { in ~FileWrapperInput()35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read()43 bool FileWrapperInput::AtEof() { in AtEof()47 off_t FileWrapperInput::Size() { in Size()62 bool FileWrapperInput::Seek(uint32_t pos) { in Seek()
28 class FileWrapperInput : public WrapperInput {30 explicit FileWrapperInput(const char* _name);31 ~FileWrapperInput();55 DISALLOW_CLASS_COPY_AND_ASSIGN(FileWrapperInput);