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

/frameworks/base/tools/aapt2/io/
H A DBigBufferStream.cpp46 void BigBufferInputStream::BackUp(size_t count) { function in class:aapt::io::BigBufferInputStream
88 void BigBufferOutputStream::BackUp(size_t count) { function in class:aapt::io::BigBufferOutputStream
89 buffer_->BackUp(count);
H A DStringStream.cpp38 void StringInputStream::BackUp(size_t count) { function in class:aapt::io::StringInputStream
76 void StringOutputStream::BackUp(size_t count) { function in class:aapt::io::StringOutputStream
H A DFileStream.cpp65 // Deal with any remaining bytes after BackUp was called.
91 void FileInputStream::BackUp(size_t count) { function in class:aapt::io::FileInputStream
161 void FileOutputStream::BackUp(size_t count) { function in class:aapt::io::FileOutputStream
/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 278 milliseconds