HomeSort by relevance Sort by last modified time
    Searched refs:CopyingInputStreamAdaptor (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 204 CopyingInputStreamAdaptor::CopyingInputStreamAdaptor(
215 CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor() {
221 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) {
255 void CopyingInputStreamAdaptor::BackUp(int count) {
267 bool CopyingInputStreamAdaptor::Skip(int count) {
290 int64 CopyingInputStreamAdaptor::ByteCount() const {
294 void CopyingInputStreamAdaptor::AllocateBufferIfNeeded() {
300 void CopyingInputStreamAdaptor::FreeBuffer()
    [all...]
zero_copy_stream_impl_lite.h 163 // CopyingInputStream and then use CopyingInputStreamAdaptor.
166 // CopyingInputStreamAdaptor does its own buffering and will read data
194 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream {
201 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
203 ~CopyingInputStreamAdaptor();
205 // Call SetOwnsCopyingStream(true) to tell the CopyingInputStreamAdaptor to
246 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);
zero_copy_stream_impl.h 127 CopyingInputStreamAdaptor impl_;
248 CopyingInputStreamAdaptor impl_;

Completed in 48 milliseconds