Home
last modified time | relevance | path

Searched refs:CopyingInputStreamAdaptor (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc204 CopyingInputStreamAdaptor::CopyingInputStreamAdaptor( in CopyingInputStreamAdaptor() function in google::protobuf::io::CopyingInputStreamAdaptor
215 CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor() { in ~CopyingInputStreamAdaptor()
221 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next()
255 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp()
267 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip()
290 int64 CopyingInputStreamAdaptor::ByteCount() const { in ByteCount()
294 void CopyingInputStreamAdaptor::AllocateBufferIfNeeded() { in AllocateBufferIfNeeded()
300 void CopyingInputStreamAdaptor::FreeBuffer() { in FreeBuffer()
Dzero_copy_stream_impl_lite.h194 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream {
201 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
203 ~CopyingInputStreamAdaptor();
246 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);
Dzero_copy_stream_impl.h127 CopyingInputStreamAdaptor impl_;
248 CopyingInputStreamAdaptor impl_;