Searched refs:IstreamInputStream (Results 1 – 4 of 4) sorted by relevance
272 IstreamInputStream::IstreamInputStream(istream* input, int block_size) in IstreamInputStream() function in google::protobuf::io::IstreamInputStream277 IstreamInputStream::~IstreamInputStream() {} in ~IstreamInputStream()279 bool IstreamInputStream::Next(const void** data, int* size) { in Next()283 void IstreamInputStream::BackUp(int count) { in BackUp()287 bool IstreamInputStream::Skip(int count) { in Skip()291 int64 IstreamInputStream::ByteCount() const { in ByteCount()295 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream()300 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()302 int IstreamInputStream::CopyingIstreamInputStream::Read( in Read()
215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {221 explicit IstreamInputStream(istream* stream, int block_size = -1);222 ~IstreamInputStream();250 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(IstreamInputStream);
852 IstreamInputStream input(&stream, kBlockSizes[j]); in TEST_F()868 IstreamInputStream input(&stream, kBlockSizes[j]); in TEST_F()
131 io::IstreamInputStream zero_copy_input(input); in ParseFromIstream()136 io::IstreamInputStream zero_copy_input(input); in ParsePartialFromIstream()