Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc94 void FileInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::FileInputStream
183 void FileOutputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::FileOutputStream
261 void IstreamInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::IstreamInputStream
294 void OstreamOutputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::OstreamOutputStream
332 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream
334 streams_[0]->BackUp(count); in BackUp()
Dzero_copy_stream_impl_lite.cc79 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream
126 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream
172 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream
251 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor
334 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingOutputStreamAdaptor
389 if (limit_ < 0) input_->BackUp(-limit_); in ~LimitingInputStream()
404 void LimitingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::LimitingInputStream
406 input_->BackUp(count - limit_); in BackUp()
409 input_->BackUp(count); in BackUp()
Dzero_copy_stream_impl_lite.h81 void BackUp(int count) override;
115 void BackUp(int count) override;
149 void BackUp(int count) override;
220 void BackUp(int count) override;
308 void BackUp(int count) override;
354 void BackUp(int count) override;
Dzero_copy_stream_impl.h94 void BackUp(int count) override;
177 void BackUp(int count) override;
227 void BackUp(int count) override;
271 void BackUp(int count) override;
315 void BackUp(int count) override;
Dzero_copy_stream.h166 virtual void BackUp(int count) = 0;
227 virtual void BackUp(int count) = 0;
Dgzip_stream.cc171 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream
184 BackUp(size - count); in Skip()
269 sub_stream_->BackUp(zcontext_.avail_out); in Deflate()
300 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
Dgzip_stream.h84 void BackUp(int count);
171 void BackUp(int count);
Dtokenizer_unittest.cc144 void BackUp(int count) override { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon2e0109bb0111::TestInputStream
Dcoded_stream.cc95 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition()
707 if (s) stream_->BackUp(s); in Trim()
Dprinter.cc71 output_->BackUp(buffer_size_); in ~Printer()
Dzero_copy_stream_unittest.cc157 output->BackUp(out_size - in_size); in WriteToOutput()
193 input->BackUp(in_size - out_size); in ReadFromInput()
Dcoded_stream_unittest.cc236 void BackUp(int count) override { GOOGLE_LOG(FATAL) << "Tests never call this."; } in TEST_F() function in google::protobuf::io::__anonfc29354a0111::TEST_F::In
1305 void BackUp(int count) override { backup_amount_ = count; } in BackUp() function in google::protobuf::io::__anonfc29354a0111::ReallyBigInputStream
Dtokenizer.cc223 input_->BackUp(buffer_size_ - buffer_pos_); in ~Tokenizer()
/third_party/protobuf/src/google/protobuf/testing/
Dzcgzip.cc78 out.BackUp(outlen); in main()
82 out.BackUp(outlen - readlen); in main()
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc174 ctx.BackUp(ptr); in MergeFromImpl()
214 void BackUp(int count) final { cis_->Advance(-count); } in BackUp() function in google::protobuf::ZeroCopyCodedInputStream
238 ctx.BackUp(ptr); in MergeFromImpl()
Dparse_context.h115 void BackUp(const char* ptr) { in BackUp() function
290 zcis_->BackUp(count); in StreamBackUp()
Dmessage_unittest.inc286 void BackUp(int count) override {
299 BackUp(size - count);
Dtext_format.cc1234 output_->BackUp(buffer_size_); in ~TextGenerator()
/third_party/protobuf/src/google/protobuf/util/
Djson_util.cc58 stream_->BackUp(buffer_size_); in ~ZeroCopyStreamByteSink()
Djson_util_test.cc514 void BackUp(int length) override { in BackUp() function in google::protobuf::util::__anon9f3e6add0111::SegmentedZeroCopyOutputStream
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc805 input_stream.BackUp(length - num_bytes); in WriteRootMessage()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc417 void BackUp(int count) override { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
/third_party/protobuf/
Dlibprotobuf_lite.map387 "google::protobuf::io::ArrayInputStream::BackUp(int)";