/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 94 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()
|
D | zero_copy_stream_impl_lite.cc | 79 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()
|
D | zero_copy_stream_impl_lite.h | 81 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;
|
D | zero_copy_stream_impl.h | 94 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;
|
D | zero_copy_stream.h | 166 virtual void BackUp(int count) = 0; 227 virtual void BackUp(int count) = 0;
|
D | gzip_stream.cc | 171 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
|
D | gzip_stream.h | 84 void BackUp(int count); 171 void BackUp(int count);
|
D | tokenizer_unittest.cc | 144 void BackUp(int count) override { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon2e0109bb0111::TestInputStream
|
D | coded_stream.cc | 95 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition() 707 if (s) stream_->BackUp(s); in Trim()
|
D | printer.cc | 71 output_->BackUp(buffer_size_); in ~Printer()
|
D | zero_copy_stream_unittest.cc | 157 output->BackUp(out_size - in_size); in WriteToOutput() 193 input->BackUp(in_size - out_size); in ReadFromInput()
|
D | coded_stream_unittest.cc | 236 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
|
D | tokenizer.cc | 223 input_->BackUp(buffer_size_ - buffer_pos_); in ~Tokenizer()
|
/third_party/protobuf/src/google/protobuf/testing/ |
D | zcgzip.cc | 78 out.BackUp(outlen); in main() 82 out.BackUp(outlen - readlen); in main()
|
/third_party/protobuf/src/google/protobuf/ |
D | message_lite.cc | 174 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()
|
D | parse_context.h | 115 void BackUp(const char* ptr) { in BackUp() function 290 zcis_->BackUp(count); in StreamBackUp()
|
D | message_unittest.inc | 286 void BackUp(int count) override { 299 BackUp(size - count);
|
D | text_format.cc | 1234 output_->BackUp(buffer_size_); in ~TextGenerator()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | json_util.cc | 58 stream_->BackUp(buffer_size_); in ~ZeroCopyStreamByteSink()
|
D | json_util_test.cc | 514 void BackUp(int length) override { in BackUp() function in google::protobuf::util::__anon9f3e6add0111::SegmentedZeroCopyOutputStream
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 805 input_stream.BackUp(length - num_bytes); in WriteRootMessage()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 417 void BackUp(int count) override { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 387 "google::protobuf::io::ArrayInputStream::BackUp(int)";
|