HomeSort by relevance Sort by last modified time
    Searched refs:CopyingFileInputStream (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 97 class LIBPROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream {
99 CopyingFileInputStream(int file_descriptor);
100 ~CopyingFileInputStream();
123 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingFileInputStream);
126 CopyingFileInputStream copying_input_;
zero_copy_stream_impl.cc 104 FileInputStream::CopyingFileInputStream::CopyingFileInputStream(
113 FileInputStream::CopyingFileInputStream::~CopyingFileInputStream() {
121 bool FileInputStream::CopyingFileInputStream::Close() {
136 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) {
152 int FileInputStream::CopyingFileInputStream::Skip(int count) {

Completed in 119 milliseconds