Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc78 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream
131 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream
175 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream
255 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor
344 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream_impl.cc92 void FileInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileInputStream
195 void FileOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileOutputStream
282 void IstreamInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::IstreamInputStream
326 void OstreamOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::OstreamOutputStream
372 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream
434 void LimitingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::LimitingInputStream
Dgzip_stream.cc147 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream
288 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
Dtokenizer_unittest.cc142 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon2851d20c0111::TestInputStream
Dcoded_stream_unittest.cc1063 void BackUp(int count) { in BackUp() function in google::protobuf::io::__anon025167fb0111::ReallyBigInputStream
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc265 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream