Home
last modified time | relevance | path

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

/external/protobuf/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.h1189 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::__anon572314c80111::TestInputStream
Dcoded_stream_unittest.cc243 virtual int64 ByteCount() const { return 0; } in TEST_F() function in google::protobuf::io::__anon301a81370111::TEST_F::In
1350 int64 ByteCount() const { GOOGLE_LOG(FATAL) << "Not implemented."; return 0; } in ByteCount() function in google::protobuf::io::__anon301a81370111::ReallyBigInputStream
/external/sfntly/cpp/src/sfntly/table/
Dbyte_array_table_builder.cc45 int32_t ByteArrayTableBuilder::ByteCount() { in ByteCount() function in sfntly::ByteArrayTableBuilder
/external/llvm/include/llvm/Support/
DSHA1.h66 uint32_t ByteCount; member
/external/protobuf/src/google/protobuf/util/
Djson_util_test.cc208 virtual int64 ByteCount() const { return byte_count_; } in ByteCount() function in google::protobuf::util::__anon9a584eaa0111::SegmentedZeroCopyOutputStream
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DR600MCCodeEmitter.cpp545 void R600MCCodeEmitter::EmitNullBytes(unsigned int ByteCount, in EmitNullBytes()
/external/giflib/
Dgif_lib.h54 int ByteCount; member
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc392 virtual int64 ByteCount() const { return inner_->ByteCount(); } in ByteCount() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream