Searched defs:WriteTag (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h94 if (!WriteTag(kZero)) return false;
138 bool WriteTag(uint32_t v) { function in class:ots::OTSStream
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp671 void GrFmtTiffWriter::WriteTag( TiffTag tag, TiffFieldType fieldType, function in class:GrFmtTiffWriter
787 WriteTag( TIFF_TAG_WIDTH, TIFF_TYPE_LONG, 1, width );
788 WriteTag( TIFF_TAG_HEIGHT, TIFF_TYPE_LONG, 1, height );
789 WriteTag( TIFF_TAG_BITS_PER_SAMPLE,
791 WriteTag( TIFF_TAG_COMPRESSION, TIFF_TYPE_LONG, 1, TIFF_UNCOMP );
792 WriteTag( TIFF_TAG_PHOTOMETRIC, TIFF_TYPE_SHORT, 1, channels > 1 ? 2 : 1 );
794 WriteTag( TIFF_TAG_STRIP_OFFSETS, TIFF_TYPE_LONG,
797 WriteTag( TIFF_TAG_SAMPLES_PER_PIXEL, TIFF_TYPE_SHORT, 1, channels );
798 WriteTag( TIFF_TAG_ROWS_PER_STRIP, TIFF_TYPE_LONG, 1, rowsPerStrip );
800 WriteTag( TIFF_TAG_STRIP_COUNT
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h657 void WriteTag(uint32 value);
658 // Like WriteTag() but writing directly to the target array.
951 inline void CodedOutputStream::WriteTag(uint32 value) { function in class:google::protobuf::io::CodedOutputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h685 void WriteTag(uint32 value);
686 // Like WriteTag() but writing directly to the target array.
994 inline void CodedOutputStream::WriteTag(uint32 value) { function in class:google::protobuf::io::CodedOutputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h415 inline void WireFormatLite::WriteTag(int field_number, WireType type, function in class:google::protobuf::internal::WireFormatLite
417 output->WriteTag(MakeTag(field_number, type));
483 WriteTag(field_number, WIRETYPE_START_GROUP, output);
485 WriteTag(field_number, WIRETYPE_END_GROUP, output);
491 WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h402 inline void WireFormatLite::WriteTag(int field_number, WireType type, function in class:google::protobuf::internal::WireFormatLite
404 output->WriteTag(MakeTag(field_number, type));
468 WriteTag(field_number, WIRETYPE_START_GROUP, output);
470 WriteTag(field_number, WIRETYPE_END_GROUP, output);
476 WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);

Completed in 338 milliseconds