Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc94 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 …]
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.h81 void BackUp(int count);
115 void BackUp(int count);
149 void BackUp(int count);
244 void BackUp(int count);
332 void BackUp(int count);
Dzero_copy_stream_impl_lite.cc84 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
Dzero_copy_stream.h163 virtual void BackUp(int count) = 0;
224 virtual void BackUp(int count) = 0;
Dgzip_stream.cc165 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
Dgzip_stream.h86 void BackUp(int count);
180 void BackUp(int count);
Dtokenizer_unittest.cc144 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon9ce73e860111::TestInputStream
Dcoded_stream.cc96 input_->BackUp(backup_bytes); in BackUpInputToCurrentPosition()
656 output_->BackUp(buffer_size_); in Trim()
Dprinter.cc68 output_->BackUp(buffer_size_); in ~Printer()
Dzero_copy_stream_unittest.cc152 output->BackUp(out_size - in_size); in WriteToOutput()
188 input->BackUp(in_size - out_size); in ReadFromInput()
Dcoded_stream_unittest.cc236 virtual void BackUp(int count) { in TEST_F() function in google::protobuf::io::__anone6423a350111::TEST_F::In
1345 void BackUp(int count) { in BackUp() function in google::protobuf::io::__anone6423a350111::ReallyBigInputStream
Dtokenizer.cc216 input_->BackUp(buffer_size_ - buffer_pos_); in ~Tokenizer()
/external/protobuf/src/google/protobuf/testing/
Dzcgzip.cc77 out.BackUp(outlen); in main()
81 out.BackUp(outlen - readlen); in main()
/external/perfetto/src/tracing/core/
Dsliced_protobuf_input_stream_unittest.cc47 istr.BackUp(10); in TEST()
58 istr.BackUp(50); in TEST()
111 istr.BackUp(7 + 1 + 1 + 0 + 10); in TEST()
Dsliced_protobuf_input_stream.h39 void BackUp(int count) override;
Dsliced_protobuf_input_stream.cc45 void SlicedProtobufInputStream::BackUp(int count) { in BackUp() function in perfetto::SlicedProtobufInputStream
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_serialization_traits.h58 void BackUp(int count) override { in BackUp() function
133 void BackUp(int count) override { backup_count_ = count; } in BackUp() function
140 BackUp(size - count); in Skip()
Dgrpc_util.cc56 void GrpcByteBufferSource::BackUp(int count) { in BackUp() function in tensorflow::GrpcByteBufferSource
67 BackUp(size - count); in Skip()
Dgrpc_util.h103 void BackUp(int count) override;
/external/protobuf/src/google/protobuf/util/
Djson_util.cc62 stream_->BackUp(length - len); in Append()
Djson_util_test.cc200 virtual void BackUp(int length) { in BackUp() function in google::protobuf::util::__anonf0eaf0e80111::SegmentedZeroCopyOutputStream
/external/tensorflow/tensorflow/core/platform/
Denv.cc452 void BackUp(int count) override { pos_ -= count; } in BackUp() function in tensorflow::__anon3f155cdb0111::FileStream
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc391 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc730 input_stream.BackUp(length - num_bytes); in WriteRootMessage()

12