Searched refs:FileWrapperOutput (Results 1 – 2 of 2) sorted by relevance
21 FileWrapperOutput::FileWrapperOutput(const char* name) in FileWrapperOutput() function in FileWrapperOutput30 FileWrapperOutput::~FileWrapperOutput() { in ~FileWrapperOutput()34 bool FileWrapperOutput::Write(uint8_t byte) { in Write()38 bool FileWrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { in Write()
28 class FileWrapperOutput : public WrapperOutput {30 explicit FileWrapperOutput(const char* name);31 ~FileWrapperOutput();43 DISALLOW_CLASS_COPY_AND_ASSIGN(FileWrapperOutput);