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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 258 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
260 // CopyingOutputStream implementations should avoid buffering if possible.
263 class LIBPROTOBUF_EXPORT CopyingOutputStream {
265 virtual ~CopyingOutputStream();
272 // A ZeroCopyOutputStream which writes to a CopyingOutputStream. This is
285 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
295 // delete the underlying CopyingOutputStream when it is destroyed.
312 CopyingOutputStream* copying_stream_;
zero_copy_stream_impl_lite.cc 320 CopyingOutputStream::~CopyingOutputStream() {}
323 CopyingOutputStream* copying_stream, int block_size)
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 257 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
259 // CopyingOutputStream implementations should avoid buffering if possible.
262 class LIBPROTOBUF_EXPORT CopyingOutputStream {
264 virtual ~CopyingOutputStream();
271 // A ZeroCopyOutputStream which writes to a CopyingOutputStream. This is
284 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
294 // delete the underlying CopyingOutputStream when it is destroyed.
311 CopyingOutputStream* copying_stream_;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 257 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
259 // CopyingOutputStream implementations should avoid buffering if possible.
262 class LIBPROTOBUF_EXPORT CopyingOutputStream {
264 virtual ~CopyingOutputStream();
271 // A ZeroCopyOutputStream which writes to a CopyingOutputStream. This is
284 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
294 // delete the underlying CopyingOutputStream when it is destroyed.
311 CopyingOutputStream* copying_stream_;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 257 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
259 // CopyingOutputStream implementations should avoid buffering if possible.
262 class LIBPROTOBUF_EXPORT CopyingOutputStream {
264 virtual ~CopyingOutputStream();
271 // A ZeroCopyOutputStream which writes to a CopyingOutputStream. This is
284 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
294 // delete the underlying CopyingOutputStream when it is destroyed.
311 CopyingOutputStream* copying_stream_;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 257 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
259 // CopyingOutputStream implementations should avoid buffering if possible.
262 class LIBPROTOBUF_EXPORT CopyingOutputStream {
264 virtual ~CopyingOutputStream();
271 // A ZeroCopyOutputStream which writes to a CopyingOutputStream. This is
284 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
294 // delete the underlying CopyingOutputStream when it is destroyed.
311 CopyingOutputStream* copying_stream_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 290 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
292 // CopyingOutputStream implementations should avoid buffering if possible.
295 class LIBPROTOBUF_EXPORT CopyingOutputStream {
297 virtual ~CopyingOutputStream();
304 // A ZeroCopyOutputStream which writes to a CopyingOutputStream. This is
317 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
327 // delete the underlying CopyingOutputStream when it is destroyed.
344 CopyingOutputStream* copying_stream_;

Completed in 508 milliseconds