IstreamInputStream 272 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc IstreamInputStream::IstreamInputStream(istream* input, int block_size) IstreamInputStream 277 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc IstreamInputStream::~IstreamInputStream() {} IstreamInputStream 279 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool IstreamInputStream::Next(const void** data, int* size) { IstreamInputStream 283 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc void IstreamInputStream::BackUp(int count) { IstreamInputStream 287 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc bool IstreamInputStream::Skip(int count) { IstreamInputStream 291 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc int64 IstreamInputStream::ByteCount() const { IstreamInputStream 295 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( IstreamInputStream 300 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} IstreamInputStream 302 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc int IstreamInputStream::CopyingIstreamInputStream::Read( IstreamInputStream 215 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream { IstreamInputStream 221 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h explicit IstreamInputStream(istream* stream, int block_size = -1); IstreamInputStream 222 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h ~IstreamInputStream(); IstreamInputStream 250 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(IstreamInputStream); IstreamInputStream 851 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc IstreamInputStream input(&stream, kBlockSizes[j]); IstreamInputStream 867 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc IstreamInputStream input(&stream, kBlockSizes[j]); IstreamInputStream 131 third_party/protobuf/src/google/protobuf/message.cc io::IstreamInputStream zero_copy_input(input); IstreamInputStream 136 third_party/protobuf/src/google/protobuf/message.cc io::IstreamInputStream zero_copy_input(input);