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

/frameworks/base/tools/aapt2/io/
H A DBigBufferStreams.cpp66 size_t BigBufferInputStream::ByteCount() const { return bytes_read_; } function in class:aapt::io::BigBufferInputStream
81 size_t BigBufferOutputStream::ByteCount() const { return buffer_->size(); } function in class:aapt::io::BigBufferOutputStream

Completed in 1033 milliseconds