Searched refs:CopyingFileInputStream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h97 class LIBPROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream { class in class:google::protobuf::io::FileInputStream
99 CopyingFileInputStream(int file_descriptor);
100 ~CopyingFileInputStream();
123 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingFileInputStream);
126 CopyingFileInputStream copying_input_;
H A Dzero_copy_stream_impl.cc105 FileInputStream::CopyingFileInputStream::CopyingFileInputStream( function in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
114 FileInputStream::CopyingFileInputStream::~CopyingFileInputStream() {
122 bool FileInputStream::CopyingFileInputStream::Close() {
137 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) {
153 int FileInputStream::CopyingFileInputStream::Skip(int count) {
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h97 class LIBPROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream { class in class:google::protobuf::io::FileInputStream
99 CopyingFileInputStream(int file_descriptor);
100 ~CopyingFileInputStream();
123 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingFileInputStream);
126 CopyingFileInputStream copying_input_;
H A Dzero_copy_stream_impl.cc104 FileInputStream::CopyingFileInputStream::CopyingFileInputStream( function in class:google::protobuf::io::FileInputStream::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 140 milliseconds