Home
last modified time | relevance | path

Searched defs:BackUp (Results 1 – 25 of 30) sorted by relevance

12

/external/protobuf/src/google/protobuf/io/
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
167 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream
246 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor
329 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingOutputStreamAdaptor
434 void LimitingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl.cc94 void FileInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::FileInputStream
258 void IstreamInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::IstreamInputStream
291 void OstreamOutputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::OstreamOutputStream
329 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream
Dgzip_stream.cc172 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream
301 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
/external/cronet/third_party/protobuf/src/google/protobuf/io/
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
167 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream
246 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor
329 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingOutputStreamAdaptor
434 void LimitingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl.cc94 void FileInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::FileInputStream
258 void IstreamInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::IstreamInputStream
291 void OstreamOutputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::OstreamOutputStream
329 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream
Dgzip_stream.cc172 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream
301 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
Dtokenizer_unittest.cc144 void BackUp(int count) override { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon29db0bc10111::TestInputStream
Dcoded_stream_unittest.cc233 void BackUp(int count) override { GOOGLE_LOG(FATAL) << "Tests never call this."; } in TEST_F() function in google::protobuf::io::__anona2df41900111::TEST_F::In
1304 void BackUp(int count) override { backup_amount_ = count; } in BackUp() function in google::protobuf::io::__anona2df41900111::ReallyBigInputStream
/external/tensorflow/tensorflow/core/platform/
Dprotobuf.cc52 void TStringOutputStream::BackUp(int count) { in BackUp() function in tensorflow::TStringOutputStream
/external/icing/icing/portable/
Dgzip_stream.cc150 void GzipInputStream::BackUp(int count) { in BackUp() function in icing::lib::protobuf_ports::GzipInputStream
280 void GzipOutputStream::BackUp(int count) { in BackUp() function in icing::lib::protobuf_ports::GzipOutputStream
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_buffer_reader.h102 void BackUp(int count) override { in BackUp() function
Dproto_buffer_writer.h118 void BackUp(int count) override { in BackUp() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dproto_buffer_reader.h101 void BackUp(int count) override { in BackUp() function
Dproto_buffer_writer.h118 void BackUp(int count) override { in BackUp() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dproto_buffer_reader.h101 void BackUp(int count) override { in BackUp() function
Dproto_buffer_writer.h118 void BackUp(int count) override { in BackUp() function
/external/protobuf/src/google/protobuf/
Dtest_util2.h93 void BackUp(int count) override { stream_.BackUp(count); } in BackUp() function
Dparse_context.h119 void BackUp(const char* ptr) { in BackUp() function
Dmessage_lite.cc206 void BackUp(int count) final { cis_->Advance(-count); } in BackUp() function in google::protobuf::ZeroCopyCodedInputStream
/external/cronet/third_party/protobuf/src/google/protobuf/
Dtest_util2.h93 void BackUp(int count) override { stream_.BackUp(count); } in BackUp() function
Dparse_context.h117 void BackUp(const char* ptr) { in BackUp() function
Dmessage_lite.cc206 void BackUp(int count) final { cis_->Advance(-count); } in BackUp() function in google::protobuf::ZeroCopyCodedInputStream
/external/tensorflow/tensorflow/core/graph/
Doptimizer_cse.cc142 void BackUp(int count) override { i_ -= count; } in BackUp() function in tensorflow::Hasher::HashingOutputStream
/external/protobuf/src/google/protobuf/util/
Djson_util_test.cc538 void BackUp(int length) override { in BackUp() function in google::protobuf::util::__anoned97fbb00111::SegmentedZeroCopyOutputStream
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Djson_util_test.cc534 void BackUp(int length) override { in BackUp() function in google::protobuf::util::__anonb28433630111::SegmentedZeroCopyOutputStream

12