Searched defs:BackUp (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc163 void GzipInputStream::BackUp(int count) { function in class:google::protobuf::io::GzipInputStream
176 BackUp(size - count);
262 sub_stream_->BackUp(zcontext_.avail_out);
293 void GzipOutputStream::BackUp(int count) { function in class:google::protobuf::io::GzipOutputStream
H A Dtokenizer_unittest.cc143 void BackUp(int count) { return array_stream_.BackUp(count); } function in class:google::protobuf::io::__anon16367::TestInputStream
H A Dzero_copy_stream_impl.cc93 void FileInputStream::BackUp(int count) { function in class:google::protobuf::io::FileInputStream
94 impl_.BackUp(count);
196 void FileOutputStream::BackUp(int count) { function in class:google::protobuf::io::FileOutputStream
197 impl_.BackUp(count);
283 void IstreamInputStream::BackUp(int count) { function in class:google::protobuf::io::IstreamInputStream
284 impl_.BackUp(count);
327 void OstreamOutputStream::BackUp(int count) { function in class:google::protobuf::io::OstreamOutputStream
328 impl_.BackUp(count);
373 void ConcatenatingInputStream::BackUp(int count) { function in class:google::protobuf::io::ConcatenatingInputStream
375 streams_[0]->BackUp(coun
437 void LimitingInputStream::BackUp(int count) { function in class:google::protobuf::io::LimitingInputStream
[all...]
H A Dzero_copy_stream_impl_lite.cc82 void ArrayInputStream::BackUp(int count) { function in class:google::protobuf::io::ArrayInputStream
84 << "BackUp() can only be called after a successful Next().";
135 void ArrayOutputStream::BackUp(int count) { function in class:google::protobuf::io::ArrayOutputStream
137 << "BackUp() can only be called after a successful Next().";
187 void StringOutputStream::BackUp(int count) { function in class:google::protobuf::io::StringOutputStream
242 // We have data left over from a previous BackUp(), so just return that.
267 void CopyingInputStreamAdaptor::BackUp(int count) { function in class:google::protobuf::io::CopyingInputStreamAdaptor
269 << " BackUp() can only be called after Next().";
274 << " Parameter to BackUp() can't be negative.";
287 // First skip any bytes left over from a previous BackUp()
356 void CopyingOutputStreamAdaptor::BackUp(int count) { function in class:google::protobuf::io::CopyingOutputStreamAdaptor
[all...]
H A Dcoded_stream_unittest.cc229 virtual void BackUp(int count) { function in class:google::protobuf::io::__anon16362::In
1317 // We only expect BackUp() to be called at the end.
1338 void BackUp(int count) { function in class:google::protobuf::io::__anon16362::ReallyBigInputStream
1354 // input.BackUp() with the correct number of bytes on destruction.
/external/llvm/lib/Fuzzer/
H A DFuzzerLoop.cpp391 Unit BackUp = U; local
393 U = BackUp;
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc284 virtual void BackUp(int count) { inner_->BackUp(count); } function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream

Completed in 361 milliseconds