Searched refs:WriteTag (Results 1 - 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc304 WriteTag(field_number, WIRETYPE_VARINT, output);
309 WriteTag(field_number, WIRETYPE_VARINT, output);
314 WriteTag(field_number, WIRETYPE_VARINT, output);
319 WriteTag(field_number, WIRETYPE_VARINT, output);
324 WriteTag(field_number, WIRETYPE_VARINT, output);
329 WriteTag(field_number, WIRETYPE_VARINT, output);
334 WriteTag(field_number, WIRETYPE_FIXED32, output);
339 WriteTag(field_number, WIRETYPE_FIXED64, output);
344 WriteTag(field_number, WIRETYPE_FIXED32, output);
349 WriteTag(field_numbe
[all...]
H A Dwire_format_lite_inl.h501 inline void WireFormatLite::WriteTag(int field_number, WireType type, function in class:google::protobuf::internal::WireFormatLite
503 output->WriteTag(MakeTag(field_number, type));
569 WriteTag(field_number, WIRETYPE_START_GROUP, output);
571 WriteTag(field_number, WIRETYPE_END_GROUP, output);
577 WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
H A Dlite_unittest.cc326 google::protobuf::internal::WireFormatLite::WriteTag(
330 google::protobuf::internal::WireFormatLite::WriteTag(
H A Dwire_format_unittest.cc571 coded_output.WriteTag(WireFormatLite::kMessageSetItemStartTag);
573 WireFormatLite::WriteTag(WireFormatLite::kMessageSetMessageNumber,
582 coded_output.WriteTag(WireFormatLite::kMessageSetItemEndTag);
H A Dextension_set_heavy.cc664 output->WriteTag(WireFormatLite::kMessageSetItemStartTag);
682 output->WriteTag(WireFormatLite::kMessageSetItemEndTag);
H A Dwire_format_lite.h318 static inline void WriteTag(field_number, WireType type, output) INL;
H A Dwire_format.cc786 WireFormatLite::WriteTag(field->number(),
H A Dextension_set.cc1287 WireFormatLite::WriteTag(number,
H A Ddescriptor.pb.cc8676 ::google::protobuf::internal::WireFormatLite::WriteTag(1, ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
8686 ::google::protobuf::internal::WireFormatLite::WriteTag(2, ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
/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...]
H A Dgrfmt_tiff.h160 void WriteTag( TiffTag tag, TiffFieldType fieldType,
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h716 void WriteTag(uint32 value);
717 // Like WriteTag() but writing directly to the target array.
1069 inline void CodedOutputStream::WriteTag(uint32 value) { function in class:google::protobuf::io::CodedOutputStream

Completed in 675 milliseconds