Searched refs:CopyingFileInputStream (Results 1 – 2 of 2) sorted by relevance
106 FileInputStream::CopyingFileInputStream::CopyingFileInputStream( in CopyingFileInputStream() function in google::protobuf::io::FileInputStream::CopyingFileInputStream115 FileInputStream::CopyingFileInputStream::~CopyingFileInputStream() { in ~CopyingFileInputStream()123 bool FileInputStream::CopyingFileInputStream::Close() { in Close()138 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { in Read()154 int FileInputStream::CopyingFileInputStream::Skip(int count) { in Skip()
97 class LIBPROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream {99 CopyingFileInputStream(int file_descriptor);100 ~CopyingFileInputStream();123 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingFileInputStream);126 CopyingFileInputStream copying_input_;