Searched defs:FileOutputStream (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc173 FileOutputStream::FileOutputStream(int file_descriptor, int block_size) function in class:google::protobuf::io::FileOutputStream
178 FileOutputStream::~FileOutputStream() {
182 bool FileOutputStream::Close() {
187 bool FileOutputStream::Flush() {
191 bool FileOutputStream::Next(void** data, int* size) {
195 void FileOutputStream::BackUp(int count) {
199 int64 FileOutputStream::ByteCount() const {
203 FileOutputStream
[all...]
H A Dzero_copy_stream_impl.h136 // FileOutputStream is preferred over using an ofstream with
138 // harming performance. Also, it's conceivable that FileOutputStream could
141 class LIBPROTOBUF_EXPORT FileOutputStream : public ZeroCopyOutputStream { class in namespace:google::protobuf::io
147 explicit FileOutputStream(int file_descriptor, int block_size = -1);
148 ~FileOutputStream();
155 // Flushes FileOutputStream's buffers but does not close the
206 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileOutputStream);
258 // FileOutputStream is more efficient.

Completed in 80 milliseconds