Searched refs:IstreamInputStream (Results 1 – 5 of 5) sorted by relevance
273 IstreamInputStream::IstreamInputStream(istream* input, int block_size) in IstreamInputStream() function in google::protobuf::io::IstreamInputStream278 IstreamInputStream::~IstreamInputStream() {} in ~IstreamInputStream()280 bool IstreamInputStream::Next(const void** data, int* size) { in Next()284 void IstreamInputStream::BackUp(int count) { in BackUp()288 bool IstreamInputStream::Skip(int count) { in Skip()292 int64 IstreamInputStream::ByteCount() const { in ByteCount()296 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream()301 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()303 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);
894 IstreamInputStream input(&stream, kBlockSizes[j]); in TEST_F()910 IstreamInputStream input(&stream, kBlockSizes[j]); in TEST_F()
134 io::IstreamInputStream zero_copy_input(input); in ParseFromIstream()139 io::IstreamInputStream zero_copy_input(input); in ParsePartialFromIstream()
223 IstreamInputStream settings_stream(&settings_file); in main()