Home
last modified time | relevance | path

Searched refs:CopyingIstreamInputStream (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.h232 class PROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
234 CopyingIstreamInputStream(std::istream* input);
235 ~CopyingIstreamInputStream() override;
245 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
248 CopyingIstreamInputStream copying_input_;
Dzero_copy_stream_impl.cc267 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream() function in google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
271 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()
273 int IstreamInputStream::CopyingIstreamInputStream::Read(void* buffer, in Read()