Home
last modified time | relevance | path

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

/external/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.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.h75 void BackUp(int count);
109 void BackUp(int count);
141 void BackUp(int count);
212 void BackUp(int count);
300 void BackUp(int count);
Dzero_copy_stream_impl_lite.cc82 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
Dzero_copy_stream.h163 virtual void BackUp(int count) = 0;
224 virtual void BackUp(int count) = 0;
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
Dgzip_stream.h87 void BackUp(int count);
180 void BackUp(int count);
Dcoded_stream.cc93 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition()
602 output_->BackUp(buffer_size_); in ~CodedOutputStream()
651 output_->BackUp(buffer_size_); in WriteAliasedRaw()
Dprinter.cc55 output_->BackUp(buffer_size_); in ~Printer()
Dtokenizer_unittest.cc143 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon0ccf940e0111::TestInputStream
Dzero_copy_stream_unittest.cc147 output->BackUp(out_size - in_size); in WriteToOutput()
183 input->BackUp(in_size - out_size); in ReadFromInput()
Dcoded_stream_unittest.cc229 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
Dtokenizer.cc215 input_->BackUp(buffer_size_ - buffer_pos_); in ~Tokenizer()
/external/protobuf/src/google/protobuf/testing/
Dzcgzip.cc70 out.BackUp(outlen); in main()
74 out.BackUp(outlen - readlen); in main()
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp391 Unit BackUp = U; in MutateAndTestOne() local
393 U = BackUp; in MutateAndTestOne()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc284 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
/external/protobuf/src/google/protobuf/
Dtext_format.cc1036 output_->BackUp(buffer_size_); in ~TextGenerator()