Home
last modified time | relevance | path

Searched refs:CopyingFileInputStream (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc106 FileInputStream::CopyingFileInputStream::CopyingFileInputStream( in CopyingFileInputStream() function in google::protobuf::io::FileInputStream::CopyingFileInputStream
115 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()
Dzero_copy_stream_impl.h97 class LIBPROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream {
99 CopyingFileInputStream(int file_descriptor);
100 ~CopyingFileInputStream();
123 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingFileInputStream);
126 CopyingFileInputStream copying_input_;