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.cc201 CopyingInputStreamAdaptor::CopyingInputStreamAdaptor( in CopyingInputStreamAdaptor() function in google::protobuf::io::CopyingInputStreamAdaptor
211 CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor() { in ~CopyingInputStreamAdaptor()
217 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next()
251 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp()
262 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip()
285 int64 CopyingInputStreamAdaptor::ByteCount() const { in ByteCount()
289 void CopyingInputStreamAdaptor::AllocateBufferIfNeeded() { in AllocateBufferIfNeeded()
295 void CopyingInputStreamAdaptor::FreeBuffer() { in FreeBuffer()
Dzero_copy_stream_impl_lite.h201 class PROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream {
208 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
210 ~CopyingInputStreamAdaptor() override;
253 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);
Dzero_copy_stream_impl.h127 CopyingInputStreamAdaptor impl_;
247 CopyingInputStreamAdaptor impl_;