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

  /external/protobuf/src/google/protobuf/io/
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);
zero_copy_stream_impl.cc 351 ConcatenatingInputStream::ConcatenatingInputStream(
356 ConcatenatingInputStream::~ConcatenatingInputStream() {
359 bool ConcatenatingInputStream::Next(const void** data, int* size) {
373 void ConcatenatingInputStream::BackUp(int count) {
381 bool ConcatenatingInputStream::Skip(int count) {
403 int64 ConcatenatingInputStream::ByteCount() const {
zero_copy_stream_unittest.cc 877 // To test ConcatenatingInputStream, we create several ArrayInputStreams
879 TEST_F(IoTest, ConcatenatingInputStream) {
904 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
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);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
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 370 milliseconds