Searched refs:CopyingIstreamInputStream (Results 1 – 2 of 2) sorted by relevance
232 class PROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {234 CopyingIstreamInputStream(std::istream* input);235 ~CopyingIstreamInputStream() override;245 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);248 CopyingIstreamInputStream copying_input_;
267 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream() function in google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream271 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()273 int IstreamInputStream::CopyingIstreamInputStream::Read(void* buffer, in Read()