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

/frameworks/base/tools/aapt2/io/
H A DBigBufferStreams.cpp47 void BigBufferInputStream::BackUp(size_t count) { function in class:aapt::io::BigBufferInputStream
79 void BigBufferOutputStream::BackUp(size_t count) { buffer_->BackUp(count); } function in class:aapt::io::BigBufferOutputStream
/frameworks/base/tools/aapt2/util/
H A DBigBuffer.h88 * Use BackUp() to give back any bytes that were not used.
97 void BackUp(size_t count);
156 inline void BigBuffer::BackUp(size_t count) { function in class:aapt::BigBuffer
/frameworks/base/tools/aapt2/compile/
H A DPngChunkFilter.cpp99 // In case BackUp was called, we must consume the window.
164 void PngChunkFilter::BackUp(size_t count) { function in class:aapt::PngChunkFilter

Completed in 1513 milliseconds