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

1 2

  /frameworks/base/tools/aapt2/io/
Io.h 38 // Backup count bytes, where count is smaller or equal to the size of the last buffer returned
41 virtual void BackUp(size_t count) = 0;
68 // eventually be written to the stream. Call BackUp() if the data written doesn't occupy the
75 // Backup count bytes, where count is smaller or equal to the size of the last buffer returned
78 virtual void BackUp(size_t count) = 0;
BigBufferOutputStream.h 33 void BackUp(size_t count) override;
BigBufferStreams.cpp 47 void BigBufferInputStream::BackUp(size_t count) {
79 void BigBufferOutputStream::BackUp(size_t count) { buffer_->BackUp(count); }
BigBufferInputStream.h 34 void BackUp(size_t count) override;
  /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);
  /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.cc 94 void FileInputStream::BackUp(int count) {
95 impl_.BackUp(count);
197 void FileOutputStream::BackUp(int count) {
198 impl_.BackUp(count);
284 void IstreamInputStream::BackUp(int count) {
285 impl_.BackUp(count);
328 void OstreamOutputStream::BackUp(int count) {
329 impl_.BackUp(count);
374 void ConcatenatingInputStream::BackUp(int count) {
376 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 86 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);
  /external/protobuf/src/google/protobuf/testing/
zcgzip.cc 77 out.BackUp(outlen);
81 out.BackUp(outlen - readlen);

Completed in 903 milliseconds

1 2