Searched refs:SetOwnsCopyingStream (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h200 // copying_stream unless SetOwnsCopyingStream(true) is called.
205 // Call SetOwnsCopyingStream(true) to tell the CopyingInputStreamAdaptor to
207 void SetOwnsCopyingStream(bool value) { owns_copying_stream_ = value; } function in class:google::protobuf::io::CopyingInputStreamAdaptor
293 // Call SetOwnsCopyingStream(true) to tell the CopyingOutputStreamAdaptor to
295 void SetOwnsCopyingStream(bool value) { owns_copying_stream_ = value; } function in class:google::protobuf::io::CopyingOutputStreamAdaptor
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h200 // copying_stream unless SetOwnsCopyingStream(true) is called.
205 // Call SetOwnsCopyingStream(true) to tell the CopyingInputStreamAdaptor to
207 void SetOwnsCopyingStream(bool value) { owns_copying_stream_ = value; } function in class:google::protobuf::io::CopyingInputStreamAdaptor
293 // Call SetOwnsCopyingStream(true) to tell the CopyingOutputStreamAdaptor to
295 void SetOwnsCopyingStream(bool value) { owns_copying_stream_ = value; } function in class:google::protobuf::io::CopyingOutputStreamAdaptor

Completed in 111 milliseconds