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.h231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
233 CopyingIstreamInputStream(istream* input);
234 ~CopyingIstreamInputStream();
244 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
247 CopyingIstreamInputStream copying_input_;
Dzero_copy_stream_impl.cc294 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream() function in google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
299 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()
301 int IstreamInputStream::CopyingIstreamInputStream::Read( in Read()