Searched defs:ByteCount (Results 1 – 7 of 7) sorted by relevance
67 size_t BigBufferInputStream::ByteCount() const { in ByteCount() function in aapt::io::BigBufferInputStream92 size_t BigBufferOutputStream::ByteCount() const { in ByteCount() function in aapt::io::BigBufferOutputStream
80 size_t ByteCount() const override { return next_read_ - offset_; } in ByteCount() function129 size_t ByteCount() const override { return next_read_; } in ByteCount() function177 size_t ByteCount() const override { return next_read_; } in ByteCount() function209 size_t ByteCount() const override { return 0u; } in ByteCount() function
46 size_t StringInputStream::ByteCount() const { in ByteCount() function in aapt::io::StringInputStream84 size_t StringOutputStream::ByteCount() const { in ByteCount() function in aapt::io::StringOutputStream
71 size_t ByteCount() const override { in ByteCount() function116 ::google::protobuf::int64 ByteCount() const override { in ByteCount() function
99 size_t FileInputStream::ByteCount() const { in ByteCount() function in aapt::io::FileInputStream169 size_t FileOutputStream::ByteCount() const { in ByteCount() function in aapt::io::FileOutputStream
70 size_t ByteCount() const override { return window_start_; } in ByteCount() function
80 virtual int64 ByteCount() const override { return mImpl.ByteCount(); } in ByteCount() function in android::uirenderer::FileOutputStreamLite