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.cc249 CopyingInputStreamAdaptor::CopyingInputStreamAdaptor( in CopyingInputStreamAdaptor() function in google::protobuf::io::CopyingInputStreamAdaptor
260 CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor() { in ~CopyingInputStreamAdaptor()
266 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next()
300 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp()
312 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip()
335 int64 CopyingInputStreamAdaptor::ByteCount() const { in ByteCount()
339 void CopyingInputStreamAdaptor::AllocateBufferIfNeeded() { in AllocateBufferIfNeeded()
345 void CopyingInputStreamAdaptor::FreeBuffer() { in FreeBuffer()
Dzero_copy_stream_impl_lite.h227 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream {
234 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
236 ~CopyingInputStreamAdaptor();
279 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);
Dzero_copy_stream_impl.h127 CopyingInputStreamAdaptor impl_;
248 CopyingInputStreamAdaptor impl_;