/external/protobuf/src/google/protobuf/io/ |
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 404 void LimitingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::LimitingInputStream
|
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
|
D | gzip_stream.cc | 171 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
|
D | tokenizer_unittest.cc | 144 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon5c8306350111::TestInputStream
|
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::__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/ |
D | gzip_stream.cc | 150 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/ |
D | protobuf.cc | 52 void TStringOutputStream::BackUp(int count) { in BackUp() function in tensorflow::TStringOutputStream
|
D | env.cc | 537 void BackUp(int count) override { pos_ -= count; } in BackUp() function in tensorflow::__anonae1a0bea0111::FileStream
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_reader.h | 102 void BackUp(int count) override { in BackUp() function
|
D | proto_buffer_writer.h | 118 void BackUp(int count) override { in BackUp() function
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | proto_buffer_reader.h | 101 void BackUp(int count) override { in BackUp() function
|
D | proto_buffer_writer.h | 118 void BackUp(int count) override { in BackUp() function
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_writer.h | 118 void BackUp(int count) override { in BackUp() function
|
D | proto_buffer_reader.h | 101 void BackUp(int count) override { in BackUp() function
|
/external/tensorflow/tensorflow/core/graph/ |
D | optimizer_cse.cc | 142 void BackUp(int count) override { i_ -= count; } in BackUp() function in tensorflow::Hasher::HashingOutputStream
|
/external/protobuf/src/google/protobuf/util/ |
D | json_util_test.cc | 514 virtual void BackUp(int length) { in BackUp() function in google::protobuf::util::__anonfa4300d70111::SegmentedZeroCopyOutputStream
|
/external/protobuf/src/google/protobuf/ |
D | message_lite.cc | 223 void BackUp(int count) final { cis_->Advance(-count); } in BackUp() function in google::protobuf::ZeroCopyCodedInputStream
|
D | parse_context.h | 114 void BackUp(const char* ptr) { in BackUp() function
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 417 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
|