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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 310 CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor(
320 CopyingOutputStreamAdaptor::~CopyingOutputStreamAdaptor() {
327 bool CopyingOutputStreamAdaptor::Flush() {
331 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) {
344 void CopyingOutputStreamAdaptor::BackUp(int count) {
355 int64 CopyingOutputStreamAdaptor::ByteCount() const {
359 bool CopyingOutputStreamAdaptor::WriteBuffer() {
378 void CopyingOutputStreamAdaptor::AllocateBufferIfNeeded()
    [all...]
zero_copy_stream_impl_lite.h 257 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
260 // CopyingOutputStreamAdaptor does its own buffering and will write data
278 class LIBPROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream {
284 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
286 ~CopyingOutputStreamAdaptor();
293 // Call SetOwnsCopyingStream(true) to tell the CopyingOutputStreamAdaptor to
331 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOutputStreamAdaptor);
zero_copy_stream_impl.h 204 CopyingOutputStreamAdaptor impl_;
290 CopyingOutputStreamAdaptor impl_;

Completed in 46 milliseconds