/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 94 void FileInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileInputStream 95 impl_.BackUp(count); in BackUp() 197 void FileOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileOutputStream 198 impl_.BackUp(count); in BackUp() 284 void IstreamInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::IstreamInputStream 285 impl_.BackUp(count); in BackUp() 328 void OstreamOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::OstreamOutputStream 329 impl_.BackUp(count); in BackUp() 374 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream 376 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 | 81 void BackUp(int count); 115 void BackUp(int count); 149 void BackUp(int count); 244 void BackUp(int count); 332 void BackUp(int count);
|
D | zero_copy_stream_impl_lite.cc | 84 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream 137 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream 190 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream 300 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor 389 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 | 165 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream 178 BackUp(size - count); in Skip() 266 sub_stream_->BackUp(zcontext_.avail_out); in Deflate() 297 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
|
D | gzip_stream.h | 86 void BackUp(int count); 180 void BackUp(int count);
|
D | tokenizer_unittest.cc | 144 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anonaa93ff120111::TestInputStream
|
D | coded_stream.cc | 96 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition() 656 output_->BackUp(buffer_size_); in Trim()
|
D | printer.cc | 68 output_->BackUp(buffer_size_); in ~Printer()
|
D | zero_copy_stream_unittest.cc | 152 output->BackUp(out_size - in_size); in WriteToOutput() 188 input->BackUp(in_size - out_size); in ReadFromInput()
|
D | coded_stream_unittest.cc | 236 virtual void BackUp(int count) { in TEST_F() function in google::protobuf::io::__anon8e03bf410111::TEST_F::In 1345 void BackUp(int count) { in BackUp() function in google::protobuf::io::__anon8e03bf410111::ReallyBigInputStream
|
D | tokenizer.cc | 216 input_->BackUp(buffer_size_ - buffer_pos_); in ~Tokenizer()
|
/external/protobuf/src/google/protobuf/testing/ |
D | zcgzip.cc | 77 out.BackUp(outlen); in main() 81 out.BackUp(outlen - readlen); in main()
|
/external/perfetto/src/tracing/core/ |
D | sliced_protobuf_input_stream_unittest.cc | 47 istr.BackUp(10); in TEST() 58 istr.BackUp(50); in TEST() 111 istr.BackUp(7 + 1 + 1 + 0 + 10); in TEST()
|
D | sliced_protobuf_input_stream.h | 39 void BackUp(int count) override;
|
D | sliced_protobuf_input_stream.cc | 45 void SlicedProtobufInputStream::BackUp(int count) { in BackUp() function in perfetto::SlicedProtobufInputStream
|
/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/perfetto/tools/trace_to_text/ |
D | trace_to_text.cc | 59 output->BackUp(size - static_cast<int>(bytes_to_copy)); in WriteToZeroCopyOutput()
|
/external/protobuf/src/google/protobuf/util/ |
D | json_util.cc | 62 stream_->BackUp(length - len); in Append()
|
D | json_util_test.cc | 200 virtual void BackUp(int length) { in BackUp() function in google::protobuf::util::__anonc7161e740111::SegmentedZeroCopyOutputStream
|
/external/tensorflow/tensorflow/core/platform/ |
D | env.cc | 466 void BackUp(int count) override { pos_ -= count; } in BackUp() function in tensorflow::__anonc655bce70111::FileStream
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 391 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
|