Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc100 FileInputStream::CopyingFileInputStream::CopyingFileInputStream( in CopyingFileInputStream() function in google::protobuf::io::FileInputStream::CopyingFileInputStream
108 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()
Dzero_copy_stream_impl.h99 class PROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream {
101 CopyingFileInputStream(int file_descriptor);
102 ~CopyingFileInputStream() override;
125 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingFileInputStream);
128 CopyingFileInputStream copying_input_;
/third_party/protobuf/
Dlibprotobuf_lite.map281 "google::protobuf::io::FileInputStream::CopyingFileInputStream::~CopyingFileInputStream()";