Home
last modified time | relevance | path

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

/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
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.cc94 void FileInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::FileInputStream
183 void FileOutputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::FileOutputStream
261 void IstreamInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::IstreamInputStream
294 void OstreamOutputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp() function in google::protobuf::io::OstreamOutputStream
332 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) override { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anonbea798590111::TestInputStream
Dcoded_stream_unittest.cc236 void BackUp(int count) override { GOOGLE_LOG(FATAL) << "Tests never call this."; } in TEST_F() function in google::protobuf::io::__anone143a7280111::TEST_F::In
1305 void BackUp(int count) override { backup_amount_ = count; } in BackUp() function in google::protobuf::io::__anone143a7280111::ReallyBigInputStream
/third_party/protobuf/src/google/protobuf/
Dparse_context.h115 void BackUp(const char* ptr) { in BackUp() function
Dmessage_lite.cc214 void BackUp(int count) final { cis_->Advance(-count); } in BackUp() function in google::protobuf::ZeroCopyCodedInputStream
/third_party/protobuf/src/google/protobuf/util/
Djson_util_test.cc514 void BackUp(int length) override { in BackUp() function in google::protobuf::util::__anon6114b9fb0111::SegmentedZeroCopyOutputStream
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc417 void BackUp(int count) override { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream