/external/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.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.h | 75 void BackUp(int count); 109 void BackUp(int count); 141 void BackUp(int count); 212 void BackUp(int count); 300 void BackUp(int count);
|
D | zero_copy_stream_impl_lite.cc | 82 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream 135 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream 187 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream 267 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor 356 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 | 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 | gzip_stream.h | 87 void BackUp(int count); 180 void BackUp(int count);
|
D | coded_stream.cc | 93 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition() 602 output_->BackUp(buffer_size_); in ~CodedOutputStream() 651 output_->BackUp(buffer_size_); in WriteAliasedRaw()
|
D | printer.cc | 55 output_->BackUp(buffer_size_); in ~Printer()
|
D | tokenizer_unittest.cc | 143 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon0ccf940e0111::TestInputStream
|
D | zero_copy_stream_unittest.cc | 147 output->BackUp(out_size - in_size); in WriteToOutput() 183 input->BackUp(in_size - out_size); in ReadFromInput()
|
D | coded_stream_unittest.cc | 229 virtual void BackUp(int count) { in TEST_F() function in google::protobuf::io::__anon5c1102bd0111::TEST_F::In 1338 void BackUp(int count) { in BackUp() function in google::protobuf::io::__anon5c1102bd0111::ReallyBigInputStream
|
D | tokenizer.cc | 215 input_->BackUp(buffer_size_ - buffer_pos_); in ~Tokenizer()
|
/external/protobuf/src/google/protobuf/testing/ |
D | zcgzip.cc | 70 out.BackUp(outlen); in main() 74 out.BackUp(outlen - readlen); in main()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 391 Unit BackUp = U; in MutateAndTestOne() local 393 U = BackUp; in MutateAndTestOne()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 284 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 1036 output_->BackUp(buffer_size_); in ~TextGenerator()
|