Searched refs:CopyingFileInputStream (Results 1 – 3 of 3) sorted by relevance
100 FileInputStream::CopyingFileInputStream::CopyingFileInputStream( in CopyingFileInputStream() function in google::protobuf::io::FileInputStream::CopyingFileInputStream108 FileInputStream::CopyingFileInputStream::~CopyingFileInputStream() { in ~CopyingFileInputStream()116 bool FileInputStream::CopyingFileInputStream::Close() { in Close()131 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { in Read()147 int FileInputStream::CopyingFileInputStream::Skip(int count) { in Skip()
99 class PROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream {101 CopyingFileInputStream(int file_descriptor);102 ~CopyingFileInputStream() override;125 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingFileInputStream);128 CopyingFileInputStream copying_input_;
281 "google::protobuf::io::FileInputStream::CopyingFileInputStream::~CopyingFileInputStream()";