Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc105 int64 ArrayInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ArrayInputStream
146 int64 ArrayOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ArrayOutputStream
197 int64 StringOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::StringOutputStream
226 int64 LazyStringOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::LazyStringOutputStream
335 int64 CopyingInputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingInputStreamAdaptor
400 int64 CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream_impl.cc102 int64 FileInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::FileInputStream
201 int64 FileOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::FileOutputStream
292 int64 IstreamInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::IstreamInputStream
332 int64 OstreamOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::OstreamOutputStream
404 int64 ConcatenatingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ConcatenatingInputStream
461 int64 LimitingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::LimitingInputStream
Dgzip_stream.cc182 int64 GzipInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipInputStream
301 int64 GzipOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipOutputStream
Dcoded_stream.h1262 inline int CodedOutputStream::ByteCount() const { in ByteCount() function
Dtokenizer_unittest.cc146 int64 ByteCount() const { return array_stream_.ByteCount(); } in ByteCount() function in google::protobuf::io::__anonc32368320111::TestInputStream
Dcoded_stream_unittest.cc243 virtual int64 ByteCount() const { return 0; } in TEST_F() function in google::protobuf::io::__anon49d814610111::TEST_F::In
1350 int64 ByteCount() const { GOOGLE_LOG(FATAL) << "Not implemented."; return 0; } in ByteCount() function in google::protobuf::io::__anon49d814610111::ReallyBigInputStream
/frameworks/base/tools/aapt2/io/
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
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
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
DUtil.h71 size_t ByteCount() const override { in ByteCount() function
116 ::google::protobuf::int64 ByteCount() const override { in ByteCount() function
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
/frameworks/base/tools/aapt2/compile/
DPng.h70 size_t ByteCount() const override { return window_start_; } in ByteCount() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_util_test.cc253 virtual int64 ByteCount() const { return byte_count_; } in ByteCount() function in google::protobuf::util::__anonfc78bf940111::SegmentedZeroCopyOutputStream
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp76 virtual int64 ByteCount() const override { return mImpl.ByteCount(); } in ByteCount() function in android::uirenderer::FileOutputStreamLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.cc390 virtual int64 ByteCount() const { return inner_->ByteCount(); } in ByteCount() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream