Home
last modified time | relevance | path

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

/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
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
404 void LimitingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl.cc92 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
Dgzip_stream.cc171 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream
300 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
Dtokenizer_unittest.cc144 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon5c8306350111::TestInputStream
Dcoded_stream_unittest.cc236 virtual void BackUp(int count) { GOOGLE_LOG(FATAL) << "Tests never call this."; } in TEST_F() function in google::protobuf::io::__anonb17c97840111::TEST_F::In
1340 void BackUp(int count) { backup_amount_ = count; } in BackUp() function in google::protobuf::io::__anonb17c97840111::ReallyBigInputStream
/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/tensorflow/tensorflow/core/platform/
Dprotobuf.cc52 void TStringOutputStream::BackUp(int count) { in BackUp() function in tensorflow::TStringOutputStream
Denv.cc537 void BackUp(int count) override { pos_ -= count; } in BackUp() function in tensorflow::__anonae1a0bea0111::FileStream
/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/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/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dproto_buffer_writer.h118 void BackUp(int count) override { in BackUp() function
Dproto_buffer_reader.h101 void BackUp(int count) override { in BackUp() function
/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.cc514 virtual void BackUp(int length) { in BackUp() function in google::protobuf::util::__anonfa4300d70111::SegmentedZeroCopyOutputStream
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc223 void BackUp(int count) final { cis_->Advance(-count); } in BackUp() function in google::protobuf::ZeroCopyCodedInputStream
Dparse_context.h114 void BackUp(const char* ptr) { in BackUp() function
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc417 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream