Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.h230 class PROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
232 CopyingIstreamInputStream(std::istream* input);
233 ~CopyingIstreamInputStream() override;
243 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
246 CopyingIstreamInputStream copying_input_;
Dzero_copy_stream_impl.cc265 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream() function in google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
269 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()
271 int IstreamInputStream::CopyingIstreamInputStream::Read(void* buffer, in Read()