Searched refs:BackUp (Results 26 - 37 of 37) sorted by relevance

12

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc67 input_->BackUp(backup_bytes);
503 // we discarded, though, so that we can call input_->BackUp() to back
542 output_->BackUp(buffer_size_);
H A Dtokenizer_unittest.cc142 void BackUp(int count) { return array_stream_.BackUp(count); } function in class:google::protobuf::io::__anon28990::TestInputStream
H A Dzero_copy_stream_unittest.cc39 // of varying sizes, with a BackUp() after each chunk. It is read back
146 output->BackUp(out_size - in_size);
182 input->BackUp(in_size - out_size);
H A Dcoded_stream_unittest.cc1042 // We only expect BackUp() to be called at the end.
1063 void BackUp(int count) { function in class:google::protobuf::io::__anon28987::ReallyBigInputStream
1079 // input.BackUp() with the correct number of bytes on destruction.
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_handler_impl.cc348 input_stream_->BackUp(bytes_read);
/external/chromium_org/remoting/base/
H A Dcompound_buffer_unittest.cc126 input->BackUp(in_size - out_size);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc281 virtual void BackUp(int count) { inner_->BackUp(count); } function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc229 virtual void BackUp(int count) { function in class:google::protobuf::io::__anon14840::In
1130 // We only expect BackUp() to be called at the end.
1151 void BackUp(int count) { function in class:google::protobuf::io::__anon14840::ReallyBigInputStream
1167 // input.BackUp() with the correct number of bytes on destruction.
H A Dzero_copy_stream_unittest.cc39 // of varying sizes, with a BackUp() after each chunk. It is read back
147 output->BackUp(out_size - in_size);
183 input->BackUp(in_size - out_size);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc265 virtual void BackUp(int count) { inner_->BackUp(count); } function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc662 // Only BackUp() if we're sure we've successfully called Next() at least
665 output_->BackUp(buffer_size_);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc928 // Only BackUp() if we're sure we've successfully called Next() at least
931 output_->BackUp(buffer_size_);

Completed in 320 milliseconds

12