Searched defs:ByteCount (Results 1 – 7 of 7) sorted by relevance
79 size_t ByteCount() const override { return next_read_ - offset_; } in ByteCount() function128 size_t ByteCount() const override { return next_read_; } in ByteCount() function176 size_t ByteCount() const override { return next_read_; } in ByteCount() function208 size_t ByteCount() const override { return 0u; } in ByteCount() function
46 size_t StringInputStream::ByteCount() const { in ByteCount() function in aapt::io::StringInputStream101 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
68 size_t BigBufferInputStream::ByteCount() const { in ByteCount() function in android::BigBufferInputStream121 size_t BigBufferOutputStream::ByteCount() const { in ByteCount() function in android::BigBufferOutputStream
115 size_t FileInputStream::ByteCount() const { in ByteCount() function in android::FileInputStream189 size_t FileOutputStream::ByteCount() const { in ByteCount() function in android::FileOutputStream
68 size_t ByteCount() const override { in ByteCount() function
80 virtual int64 ByteCount() const override { return mImpl.ByteCount(); } in ByteCount() function in android::uirenderer::FileOutputStreamLite