Home
last modified time | relevance | path

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

/external/jhead/
Dmakernote.c40 int ByteCount; in ProcessCanonMakerNoteDir() local
156 void ShowMakerNoteGeneric(unsigned char * ValuePtr, int ByteCount) in ShowMakerNoteGeneric()
174 void ProcessMakerNote(unsigned char * ValuePtr, int ByteCount, in ProcessMakerNote()
Dgpsinfo.c146 unsigned ByteCount; in ProcessGpsInfo() local
Dexif.c388 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount) in PrintFormatNumber()
592 int ByteCount; in ProcessExifDir() local
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc99 int64 ArrayInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ArrayInputStream
140 int64 ArrayOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ArrayOutputStream
181 int64 StringOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::StringOutputStream
290 int64 CopyingInputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingInputStreamAdaptor
355 int64 CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream_impl.cc100 int64 FileInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::FileInputStream
199 int64 FileOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::FileOutputStream
290 int64 IstreamInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::IstreamInputStream
330 int64 OstreamOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::OstreamOutputStream
402 int64 ConcatenatingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ConcatenatingInputStream
457 int64 LimitingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::LimitingInputStream
Dgzip_stream.cc164 int64 GzipInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipInputStream
292 int64 GzipOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipOutputStream
Dcoded_stream.h994 inline int CodedOutputStream::ByteCount() const { in ByteCount() function
Dtokenizer_unittest.cc144 int64 ByteCount() const { return array_stream_.ByteCount(); } in ByteCount() function in google::protobuf::io::__anona0a5a06f0111::TestInputStream
Dcoded_stream_unittest.cc1068 int64 ByteCount() const { GOOGLE_LOG(FATAL) << "Not implemented."; return 0; } in ByteCount() function in google::protobuf::io::__anon6ef0bf7e0111::ReallyBigInputStream
/external/giflib/
Dgif_lib.h281 int ByteCount; member
/external/llvm/lib/Target/R600/MCTargetDesc/
DR600MCCodeEmitter.cpp475 void R600MCCodeEmitter::EmitNullBytes(unsigned int ByteCount, in EmitNullBytes()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc266 virtual int64 ByteCount() const { return inner_->ByteCount(); } in ByteCount() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream