/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 92 void FileInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::FileInputStream 181 void FileOutputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::FileOutputStream 259 void IstreamInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::IstreamInputStream 292 void OstreamOutputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::OstreamOutputStream 330 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream 332 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 | 79 void BackUp(int count) override; 113 void BackUp(int count) override; 147 void BackUp(int count) override; 218 void BackUp(int count) override; 306 void BackUp(int count) override; 352 void BackUp(int count) override;
|
D | zero_copy_stream_impl.h | 92 void BackUp(int count) override; 175 void BackUp(int count) override; 225 void BackUp(int count) override; 269 void BackUp(int count) override; 313 void BackUp(int count) override;
|
D | zero_copy_stream.h | 165 virtual void BackUp(int count) = 0; 226 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 | 83 void BackUp(int count); 170 void BackUp(int count);
|
D | coded_stream.cc | 94 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition() 669 output_->BackUp(buffer_size_); in Trim()
|
D | tokenizer_unittest.cc | 144 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anonf44a67d40111::TestInputStream
|
D | printer.cc | 70 output_->BackUp(buffer_size_); in ~Printer()
|
D | zero_copy_stream_unittest.cc | 156 output->BackUp(out_size - in_size); in WriteToOutput() 192 input->BackUp(in_size - out_size); in ReadFromInput()
|
D | coded_stream_unittest.cc | 236 virtual void BackUp(int count) { GOOGLE_LOG(FATAL) << "Tests never call this."; } in TEST_F() function in google::protobuf::io::__anon3d6b88c30111::TEST_F::In 1340 void BackUp(int count) { backup_amount_ = count; } in BackUp() function in google::protobuf::io::__anon3d6b88c30111::ReallyBigInputStream
|
/external/protobuf/src/google/protobuf/testing/ |
D | zcgzip.cc | 77 out.BackUp(outlen); in main() 81 out.BackUp(outlen - readlen); in main()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_reader.h | 102 void BackUp(int count) override { in BackUp() function 114 BackUp(size - count); in Skip()
|
D | proto_buffer_writer.h | 118 void BackUp(int count) override { in BackUp() function
|
/external/grpc-grpc/test/cpp/codegen/ |
D | proto_utils_test.cc | 70 writer.BackUp(1); in TEST_F() 117 writer.BackUp(backup_size); in BufferWriterTest()
|
/external/tensorflow/tensorflow/core/platform/ |
D | protobuf.cc | 52 void TStringOutputStream::BackUp(int count) { in BackUp() function in tensorflow::TStringOutputStream
|
D | protobuf.h | 108 void BackUp(int count) override;
|
/external/protobuf/src/google/protobuf/ |
D | message_lite.cc | 157 ctx.BackUp(ptr); in MergePartialFromImpl() 223 void BackUp(int count) final { cis_->Advance(-count); } in BackUp() function in google::protobuf::ZeroCopyCodedInputStream 246 ctx.BackUp(ptr); in MergePartialFromCodedStream()
|
D | parse_context.h | 114 void BackUp(const char* ptr) { in BackUp() function 122 if (count > 0) zcis_->BackUp(count); in BackUp()
|
D | message_unittest.inc | 286 virtual void BackUp(int count) { 299 BackUp(size - count);
|
/external/perfetto/tools/trace_to_text/ |
D | trace_to_text.cc | 68 output->BackUp(size - static_cast<int>(bytes_to_copy)); in WriteToZeroCopyOutput()
|
/external/protobuf/src/google/protobuf/util/ |
D | json_util.cc | 59 stream_->BackUp(buffer_size_); in ~ZeroCopyStreamByteSink()
|
D | json_util_test.cc | 514 virtual void BackUp(int length) { in BackUp() function in google::protobuf::util::__anon83376eb60111::SegmentedZeroCopyOutputStream
|
/external/tensorflow/tensorflow/core/graph/ |
D | optimizer_cse.cc | 142 void BackUp(int count) override { i_ -= count; } in BackUp() function in tensorflow::Hasher::HashingOutputStream
|