| /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::ArrayInputStream126 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
 
 | 
| D | zero_copy_stream_impl.cc | 94 void FileInputStream::BackUp(int count) { impl_.BackUp(count); }  in BackUp()  function in google::protobuf::io::FileInputStream258 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
 
 | 
| D | gzip_stream.cc | 172 void GzipInputStream::BackUp(int count) {  in BackUp()  function in google::protobuf::io::GzipInputStream301 void GzipOutputStream::BackUp(int count) {  in BackUp()  function in google::protobuf::io::GzipOutputStream
 
 | 
| /external/cronet/third_party/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::ArrayInputStream126 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
 
 | 
| D | zero_copy_stream_impl.cc | 94 void FileInputStream::BackUp(int count) { impl_.BackUp(count); }  in BackUp()  function in google::protobuf::io::FileInputStream258 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
 
 | 
| D | gzip_stream.cc | 172 void GzipInputStream::BackUp(int count) {  in BackUp()  function in google::protobuf::io::GzipInputStream301 void GzipOutputStream::BackUp(int count) {  in BackUp()  function in google::protobuf::io::GzipOutputStream
 
 | 
| D | tokenizer_unittest.cc | 144   void BackUp(int count) override { return array_stream_.BackUp(count); }  in BackUp()  function in google::protobuf::io::__anon29db0bc10111::TestInputStream
 | 
| D | coded_stream_unittest.cc | 233     void BackUp(int count) override { GOOGLE_LOG(FATAL) << "Tests never call this."; }  in TEST_F()  function in google::protobuf::io::__anona2df41900111::TEST_F::In1304   void BackUp(int count) override { backup_amount_ = count; }  in BackUp()  function in google::protobuf::io::__anona2df41900111::ReallyBigInputStream
 
 | 
| /external/tensorflow/tensorflow/core/platform/ | 
| D | protobuf.cc | 52 void TStringOutputStream::BackUp(int count) {  in BackUp()  function in tensorflow::TStringOutputStream
 | 
| /external/icing/icing/portable/ | 
| D | gzip_stream.cc | 150 void GzipInputStream::BackUp(int count) {  in BackUp()  function in icing::lib::protobuf_ports::GzipInputStream280 void GzipOutputStream::BackUp(int count) {  in BackUp()  function in icing::lib::protobuf_ports::GzipOutputStream
 
 | 
| /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/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/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/protobuf/src/google/protobuf/ | 
| D | test_util2.h | 93   void BackUp(int count) override { stream_.BackUp(count); }  in BackUp()  function
 | 
| D | parse_context.h | 119   void BackUp(const char* ptr) {  in BackUp()  function
 | 
| D | message_lite.cc | 206   void BackUp(int count) final { cis_->Advance(-count); }  in BackUp()  function in google::protobuf::ZeroCopyCodedInputStream
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/ | 
| D | test_util2.h | 93   void BackUp(int count) override { stream_.BackUp(count); }  in BackUp()  function
 | 
| D | parse_context.h | 117   void BackUp(const char* ptr) {  in BackUp()  function
 | 
| D | message_lite.cc | 206   void BackUp(int count) final { cis_->Advance(-count); }  in BackUp()  function in google::protobuf::ZeroCopyCodedInputStream
 | 
| /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 | 538   void BackUp(int length) override {  in BackUp()  function in google::protobuf::util::__anoned97fbb00111::SegmentedZeroCopyOutputStream
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/util/ | 
| D | json_util_test.cc | 534   void BackUp(int length) override {  in BackUp()  function in google::protobuf::util::__anonb28433630111::SegmentedZeroCopyOutputStream
 |