HomeSort by relevance Sort by last modified time
    Searched refs:BackUp (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 98 // output->BackUp(size - bytes);
151 // buffer that goes beyond what you wanted to read, you can use BackUp()
163 virtual void BackUp(int count) = 0;
202 // written to the output (unless BackUp() is called).
212 // end of your data, so you use BackUp() to back up.
224 virtual void BackUp(int count) = 0;
zero_copy_stream_impl_lite.h 74 void BackUp(int count);
108 void BackUp(int count);
140 void BackUp(int count);
211 void BackUp(int count);
242 // BackUp(). These need to be returned again.
299 void BackUp(int count);
327 // returned by Next()). When BackUp() is called, we just reduce this.
zero_copy_stream_impl.h 92 void BackUp(int count);
175 void BackUp(int count);
226 void BackUp(int count);
270 void BackUp(int count);
313 void BackUp(int count);
339 void BackUp(int count);
gzip_stream.h 87 void BackUp(int count);
180 void BackUp(int count);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 98 // output->BackUp(size - bytes);
151 // buffer that goes beyond what you wanted to read, you can use BackUp()
163 virtual void BackUp(int count) = 0;
202 // written to the output (unless BackUp() is called).
212 // end of your data, so you use BackUp() to back up.
224 virtual void BackUp(int count) = 0;
zero_copy_stream_impl_lite.h 74 void BackUp(int count);
108 void BackUp(int count);
140 void BackUp(int count);
211 void BackUp(int count);
242 // BackUp(). These need to be returned again.
299 void BackUp(int count);
327 // returned by Next()). When BackUp() is called, we just reduce this.
zero_copy_stream_impl.h 92 void BackUp(int count);
175 void BackUp(int count);
226 void BackUp(int count);
270 void BackUp(int count);
313 void BackUp(int count);
339 void BackUp(int count);
gzip_stream.h 87 void BackUp(int count);
180 void BackUp(int count);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 98 // output->BackUp(size - bytes);
151 // buffer that goes beyond what you wanted to read, you can use BackUp()
163 virtual void BackUp(int count) = 0;
202 // written to the output (unless BackUp() is called).
212 // end of your data, so you use BackUp() to back up.
224 virtual void BackUp(int count) = 0;
zero_copy_stream_impl_lite.h 74 void BackUp(int count);
108 void BackUp(int count);
140 void BackUp(int count);
211 void BackUp(int count);
242 // BackUp(). These need to be returned again.
299 void BackUp(int count);
327 // returned by Next()). When BackUp() is called, we just reduce this.
zero_copy_stream_impl.h 92 void BackUp(int count);
175 void BackUp(int count);
226 void BackUp(int count);
270 void BackUp(int count);
313 void BackUp(int count);
339 void BackUp(int count);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 98 // output->BackUp(size - bytes);
151 // buffer that goes beyond what you wanted to read, you can use BackUp()
163 virtual void BackUp(int count) = 0;
202 // written to the output (unless BackUp() is called).
212 // end of your data, so you use BackUp() to back up.
224 virtual void BackUp(int count) = 0;
zero_copy_stream_impl_lite.h 74 void BackUp(int count);
108 void BackUp(int count);
140 void BackUp(int count);
211 void BackUp(int count);
242 // BackUp(). These need to be returned again.
299 void BackUp(int count);
327 // returned by Next()). When BackUp() is called, we just reduce this.
zero_copy_stream_impl.h 92 void BackUp(int count);
175 void BackUp(int count);
226 void BackUp(int count);
270 void BackUp(int count);
313 void BackUp(int count);
339 void BackUp(int count);
gzip_stream.h 87 void BackUp(int count);
180 void BackUp(int count);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 98 // output->BackUp(size - bytes);
151 // buffer that goes beyond what you wanted to read, you can use BackUp()
163 virtual void BackUp(int count) = 0;
202 // written to the output (unless BackUp() is called).
212 // end of your data, so you use BackUp() to back up.
224 virtual void BackUp(int count) = 0;
zero_copy_stream_impl_lite.h 75 void BackUp(int count);
109 void BackUp(int count);
141 void BackUp(int count);
212 void BackUp(int count);
243 // BackUp(). These need to be returned again.
300 void BackUp(int count);
328 // returned by Next()). When BackUp() is called, we just reduce this.
zero_copy_stream_impl.cc 93 void FileInputStream::BackUp(int count) {
94 impl_.BackUp(count);
196 void FileOutputStream::BackUp(int count) {
197 impl_.BackUp(count);
283 void IstreamInputStream::BackUp(int count) {
284 impl_.BackUp(count);
327 void OstreamOutputStream::BackUp(int count) {
328 impl_.BackUp(count);
373 void ConcatenatingInputStream::BackUp(int count) {
375 streams_[0]->BackUp(count)
    [all...]
zero_copy_stream_impl.h 92 void BackUp(int count);
175 void BackUp(int count);
226 void BackUp(int count);
270 void BackUp(int count);
313 void BackUp(int count);
339 void BackUp(int count);
gzip_stream.h 87 void BackUp(int count);
180 void BackUp(int count);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 98 // output->BackUp(size - bytes);
151 // buffer that goes beyond what you wanted to read, you can use BackUp()
163 virtual void BackUp(int count) = 0;
202 // written to the output (unless BackUp() is called).
212 // end of your data, so you use BackUp() to back up.
224 virtual void BackUp(int count) = 0;
zero_copy_stream_impl.h 92 void BackUp(int count);
175 void BackUp(int count);
226 void BackUp(int count);
270 void BackUp(int count);
313 void BackUp(int count);
339 void BackUp(int count);
gzip_stream.h 86 void BackUp(int count);
180 void BackUp(int count);
zero_copy_stream_impl_lite.h 81 void BackUp(int count);
115 void BackUp(int count);
149 void BackUp(int count);
244 void BackUp(int count);
275 // BackUp(). These need to be returned again.
332 void BackUp(int count);
360 // returned by Next()). When BackUp() is called, we just reduce this.
  /external/protobuf/src/google/protobuf/testing/
zcgzip.cc 70 out.BackUp(outlen);
74 out.BackUp(outlen - readlen);

Completed in 411 milliseconds

1 2