Searched defs:BackUp (Results 1 – 6 of 6) sorted by relevance
78 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream131 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream175 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream255 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor344 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingOutputStreamAdaptor
92 void FileInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileInputStream195 void FileOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileOutputStream282 void IstreamInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::IstreamInputStream326 void OstreamOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::OstreamOutputStream372 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream434 void LimitingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::LimitingInputStream
147 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream288 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
142 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon2851d20c0111::TestInputStream
1063 void BackUp(int count) { in BackUp() function in google::protobuf::io::__anon025167fb0111::ReallyBigInputStream
265 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream