Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc84 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream
137 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream
190 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream
300 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor
389 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream_impl.cc94 void FileInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileInputStream
197 void FileOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileOutputStream
284 void IstreamInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::IstreamInputStream
328 void OstreamOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::OstreamOutputStream
374 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream
438 void LimitingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::LimitingInputStream
Dgzip_stream.cc165 void GzipInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipInputStream
297 void GzipOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::GzipOutputStream
Dtokenizer_unittest.cc144 void BackUp(int count) { return array_stream_.BackUp(count); } in BackUp() function in google::protobuf::io::__anon64b7a2480111::TestInputStream
Dcoded_stream_unittest.cc236 virtual void BackUp(int count) { in TEST_F() function in google::protobuf::io::__anon92c61eb70111::TEST_F::In
1345 void BackUp(int count) { in BackUp() function in google::protobuf::io::__anon92c61eb70111::ReallyBigInputStream
/external/protobuf/src/google/protobuf/util/
Djson_util_test.cc200 virtual void BackUp(int length) { in BackUp() function in google::protobuf::util::__anon566b7c2a0111::SegmentedZeroCopyOutputStream
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc391 virtual void BackUp(int count) { inner_->BackUp(count); } in BackUp() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream