HomeSort by relevance Sort by last modified time
    Searched defs:ConcatenatingInputStream (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 352 ConcatenatingInputStream::ConcatenatingInputStream(
357 ConcatenatingInputStream::~ConcatenatingInputStream() {
360 bool ConcatenatingInputStream::Next(const void** data, int* size) {
374 void ConcatenatingInputStream::BackUp(int count) {
382 bool ConcatenatingInputStream::Skip(int count) {
404 int64 ConcatenatingInputStream::ByteCount() const {
zero_copy_stream_impl.h 298 // ConcatenatingInputStream is unable to distinguish between end-of-stream
301 // ConcatenatingInputStream may do odd things. It is suggested that you do
302 // not use ConcatenatingInputStream on streams that might produce read errors
304 class LIBPROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream {
307 // until the ConcatenatingInputStream is destroyed.
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
309 ~ConcatenatingInputStream();
325 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ConcatenatingInputStream);

Completed in 2727 milliseconds