Searched refs:CopyingIstreamInputStream (Results 1 – 2 of 2) sorted by relevance
231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {233 CopyingIstreamInputStream(istream* input);234 ~CopyingIstreamInputStream();244 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);247 CopyingIstreamInputStream copying_input_;
294 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream() function in google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream299 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()301 int IstreamInputStream::CopyingIstreamInputStream::Read( in Read()