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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
233 CopyingIstreamInputStream(istream* input);
234 ~CopyingIstreamInputStream();
244 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
247 CopyingIstreamInputStream copying_input_;
zero_copy_stream_impl.cc 295 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream(
300 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {}
302 int IstreamInputStream::CopyingIstreamInputStream::Read(
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
233 CopyingIstreamInputStream(istream* input);
234 ~CopyingIstreamInputStream();
244 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
247 CopyingIstreamInputStream copying_input_;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
233 CopyingIstreamInputStream(istream* input);
234 ~CopyingIstreamInputStream();
244 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
247 CopyingIstreamInputStream copying_input_;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
233 CopyingIstreamInputStream(istream* input);
234 ~CopyingIstreamInputStream();
244 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
247 CopyingIstreamInputStream copying_input_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
233 CopyingIstreamInputStream(istream* input);
234 ~CopyingIstreamInputStream();
244 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
247 CopyingIstreamInputStream copying_input_;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream {
233 CopyingIstreamInputStream(istream* input);
234 ~CopyingIstreamInputStream();
244 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingIstreamInputStream);
247 CopyingIstreamInputStream copying_input_;

Completed in 336 milliseconds