Home
last modified time | relevance | path

Searched refs:BackUp (Results 1 – 25 of 39) sorted by relevance

12

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc92 void FileInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileInputStream
93 impl_.BackUp(count); in BackUp()
195 void FileOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileOutputStream
196 impl_.BackUp(count); in BackUp()
282 void IstreamInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::IstreamInputStream
283 impl_.BackUp(count); in BackUp()
326 void OstreamOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::OstreamOutputStream
327 impl_.BackUp(count); in BackUp()
372 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream
374 streams_[0]->BackUp(count); in BackUp()
[all …]
Dzero_copy_stream_impl_lite.h74 void BackUp(int count);
108 void BackUp(int count);
140 void BackUp(int count);
211 void BackUp(int count);
299 void BackUp(int count);
Dzero_copy_stream_impl.h92 void BackUp(int count);
175 void BackUp(int count);
226 void BackUp(int count);
270 void BackUp(int count);
313 void BackUp(int count);
339 void BackUp(int count);
Dzero_copy_stream_impl_lite.cc78 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream
131 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream
175 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream
255 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor
344 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream.h163 virtual void BackUp(int count) = 0;
224 virtual void BackUp(int count) = 0;
Dgzip_stream.cc147 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream
160 BackUp(size - count); in Skip()
257 sub_stream_->BackUp(zcontext_.avail_out); in Deflate()
288 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
Dgzip_stream.h86 void BackUp(int count);
178 void BackUp(int count);
Dprinter.cc56 output_->BackUp(buffer_size_); in ~Printer()
Dtokenizer_unittest.cc142 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon795196cd0111::TestInputStream
Dcoded_stream.cc67 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition()
542 output_->BackUp(buffer_size_); in ~CodedOutputStream()
Dzero_copy_stream_unittest.cc146 output->BackUp(out_size - in_size); in WriteToOutput()
182 input->BackUp(in_size - out_size); in ReadFromInput()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc93 void FileInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileInputStream
94 impl_.BackUp(count); in BackUp()
196 void FileOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileOutputStream
197 impl_.BackUp(count); in BackUp()
283 void IstreamInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::IstreamInputStream
284 impl_.BackUp(count); in BackUp()
327 void OstreamOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::OstreamOutputStream
328 impl_.BackUp(count); in BackUp()
373 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream
375 streams_[0]->BackUp(count); in BackUp()
[all …]
Dzero_copy_stream_impl_lite.h74 void BackUp(int count);
108 void BackUp(int count);
140 void BackUp(int count);
211 void BackUp(int count);
299 void BackUp(int count);
Dzero_copy_stream_impl.h92 void BackUp(int count);
175 void BackUp(int count);
226 void BackUp(int count);
270 void BackUp(int count);
313 void BackUp(int count);
339 void BackUp(int count);
Dzero_copy_stream_impl_lite.cc80 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream
133 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream
177 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream
257 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor
346 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream.h163 virtual void BackUp(int count) = 0;
224 virtual void BackUp(int count) = 0;
Dgzip_stream.h87 void BackUp(int count);
180 void BackUp(int count);
Dgzip_stream.cc163 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream
176 BackUp(size - count); in Skip()
262 sub_stream_->BackUp(zcontext_.avail_out); in Deflate()
293 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
Dprinter.cc55 output_->BackUp(buffer_size_); in ~Printer()
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
Dzcgzip.cc70 out.BackUp(outlen); in main()
74 out.BackUp(outlen - readlen); in main()
/external/protobuf/src/google/protobuf/testing/
Dzcgzip.cc70 out.BackUp(outlen); in main()
74 out.BackUp(outlen - readlen); in main()
/external/chromium_org/google_apis/gcm/base/
Dsocket_stream.h70 virtual void BackUp(int count) OVERRIDE;
166 virtual void BackUp(int count) OVERRIDE;
Dsocket_stream.cc57 void SocketInputStream::BackUp(int count) { in BackUp() function in gcm::SocketInputStream
234 void SocketOutputStream::BackUp(int count) { in BackUp() function in gcm::SocketOutputStream
Dsocket_stream_unittest.cc125 socket_input_stream_->BackUp(total_bytes_read - bytes); in DoInputStreamRead()
149 socket_output_stream_->BackUp(size - bytes_to_write); in DoOutputStreamWrite()
/external/chromium_org/remoting/base/
Dcompound_buffer.h112 virtual void BackUp(int count) OVERRIDE;

12