/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 92 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 …]
|
D | zero_copy_stream_impl_lite.h | 74 void BackUp(int count); 108 void BackUp(int count); 140 void BackUp(int count); 211 void BackUp(int count); 299 void BackUp(int count);
|
D | zero_copy_stream_impl.h | 92 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);
|
D | zero_copy_stream_impl_lite.cc | 78 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
|
D | zero_copy_stream.h | 163 virtual void BackUp(int count) = 0; 224 virtual void BackUp(int count) = 0;
|
D | gzip_stream.cc | 147 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
|
D | gzip_stream.h | 86 void BackUp(int count); 178 void BackUp(int count);
|
D | printer.cc | 56 output_->BackUp(buffer_size_); in ~Printer()
|
D | tokenizer_unittest.cc | 142 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon795196cd0111::TestInputStream
|
D | coded_stream.cc | 67 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition() 542 output_->BackUp(buffer_size_); in ~CodedOutputStream()
|
D | zero_copy_stream_unittest.cc | 146 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/ |
D | zero_copy_stream_impl.cc | 93 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 …]
|
D | zero_copy_stream_impl_lite.h | 74 void BackUp(int count); 108 void BackUp(int count); 140 void BackUp(int count); 211 void BackUp(int count); 299 void BackUp(int count);
|
D | zero_copy_stream_impl.h | 92 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);
|
D | zero_copy_stream_impl_lite.cc | 80 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
|
D | zero_copy_stream.h | 163 virtual void BackUp(int count) = 0; 224 virtual void BackUp(int count) = 0;
|
D | gzip_stream.h | 87 void BackUp(int count); 180 void BackUp(int count);
|
D | gzip_stream.cc | 163 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
|
D | printer.cc | 55 output_->BackUp(buffer_size_); in ~Printer()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/ |
D | zcgzip.cc | 70 out.BackUp(outlen); in main() 74 out.BackUp(outlen - readlen); in main()
|
/external/protobuf/src/google/protobuf/testing/ |
D | zcgzip.cc | 70 out.BackUp(outlen); in main() 74 out.BackUp(outlen - readlen); in main()
|
/external/chromium_org/google_apis/gcm/base/ |
D | socket_stream.h | 70 virtual void BackUp(int count) OVERRIDE; 166 virtual void BackUp(int count) OVERRIDE;
|
D | socket_stream.cc | 57 void SocketInputStream::BackUp(int count) { in BackUp() function in gcm::SocketInputStream 234 void SocketOutputStream::BackUp(int count) { in BackUp() function in gcm::SocketOutputStream
|
D | socket_stream_unittest.cc | 125 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/ |
D | compound_buffer.h | 112 virtual void BackUp(int count) OVERRIDE;
|