Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/io/
H A DBigBufferStream.cpp67 size_t BigBufferInputStream::ByteCount() const { in ByteCount() function in aapt::io::BigBufferInputStream
92 size_t BigBufferOutputStream::ByteCount() const { in ByteCount() function in aapt::io::BigBufferOutputStream
H A DData.h80 size_t ByteCount() const override { return next_read_ - offset_; } in ByteCount() function
129 size_t ByteCount() const override { return next_read_; } in ByteCount() function
177 size_t ByteCount() const override { return next_read_; } in ByteCount() function
209 size_t ByteCount() const override { return 0u; } in ByteCount() function
H A DStringStream.cpp46 size_t StringInputStream::ByteCount() const { in ByteCount() function in aapt::io::StringInputStream
84 size_t StringOutputStream::ByteCount() const { in ByteCount() function in aapt::io::StringOutputStream
H A DUtil.h70 size_t ByteCount() const override { in ByteCount() function
115 ::google::protobuf::int64 ByteCount() const override { in ByteCount() function
H A DFileStream.cpp99 size_t FileInputStream::ByteCount() const { in ByteCount() function in aapt::io::FileInputStream
169 size_t FileOutputStream::ByteCount() const { in ByteCount() function in aapt::io::FileOutputStream
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPng.h70 size_t ByteCount() const override { return window_start_; } in ByteCount() function
/aosp14/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp80 virtual int64 ByteCount() const override { return mImpl.ByteCount(); } in ByteCount() function in android::uirenderer::FileOutputStreamLite