Searched defs:CopyingInputStreamAdaptor (Results 1 - 5 of 5) sorted by relevance

/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h163 // CopyingInputStream and then use CopyingInputStreamAdaptor.
166 // CopyingInputStreamAdaptor does its own buffering and will read data
194 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { class in namespace:google::protobuf::io
201 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
203 ~CopyingInputStreamAdaptor();
205 // Call SetOwnsCopyingStream(true) to tell the CopyingInputStreamAdaptor to
246 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h163 // CopyingInputStream and then use CopyingInputStreamAdaptor.
166 // CopyingInputStreamAdaptor does its own buffering and will read data
194 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { class in namespace:google::protobuf::io
201 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
203 ~CopyingInputStreamAdaptor();
205 // Call SetOwnsCopyingStream(true) to tell the CopyingInputStreamAdaptor to
246 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h163 // CopyingInputStream and then use CopyingInputStreamAdaptor.
166 // CopyingInputStreamAdaptor does its own buffering and will read data
194 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { class in namespace:google::protobuf::io
201 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
203 ~CopyingInputStreamAdaptor();
205 // Call SetOwnsCopyingStream(true) to tell the CopyingInputStreamAdaptor to
246 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h163 // CopyingInputStream and then use CopyingInputStreamAdaptor.
166 // CopyingInputStreamAdaptor does its own buffering and will read data
194 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { class in namespace:google::protobuf::io
201 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
203 ~CopyingInputStreamAdaptor();
205 // Call SetOwnsCopyingStream(true) to tell the CopyingInputStreamAdaptor to
246 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h196 // CopyingInputStream and then use CopyingInputStreamAdaptor.
199 // CopyingInputStreamAdaptor does its own buffering and will read data
227 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { class in namespace:google::protobuf::io
234 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
236 ~CopyingInputStreamAdaptor();
238 // Call SetOwnsCopyingStream(true) to tell the CopyingInputStreamAdaptor to
279 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingInputStreamAdaptor);

Completed in 249 milliseconds