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

/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc211 WriteTag(field_number, WIRETYPE_VARINT, output);
216 WriteTag(field_number, WIRETYPE_VARINT, output);
221 WriteTag(field_number, WIRETYPE_VARINT, output);
226 WriteTag(field_number, WIRETYPE_VARINT, output);
231 WriteTag(field_number, WIRETYPE_VARINT, output);
236 WriteTag(field_number, WIRETYPE_VARINT, output);
241 WriteTag(field_number, WIRETYPE_FIXED32, output);
246 WriteTag(field_number, WIRETYPE_FIXED64, output);
251 WriteTag(field_number, WIRETYPE_FIXED32, output);
256 WriteTag(field_numbe
[all...]
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);
H A Dextension_set.cc1106 WireFormatLite::WriteTag(number,
1215 output->WriteTag(WireFormatLite::kMessageSetItemStartTag);
1228 output->WriteTag(WireFormatLite::kMessageSetItemEndTag);
H A Dwire_format_lite.h309 static inline void WriteTag(field_number, WireType type, output) INL;
H A Dwire_format.cc761 WireFormatLite::WriteTag(field->number(),
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc436 WriteTag(field_number, WIRETYPE_VARINT, output);
441 WriteTag(field_number, WIRETYPE_VARINT, output);
446 WriteTag(field_number, WIRETYPE_VARINT, output);
451 WriteTag(field_number, WIRETYPE_VARINT, output);
456 WriteTag(field_number, WIRETYPE_VARINT, output);
461 WriteTag(field_number, WIRETYPE_VARINT, output);
466 WriteTag(field_number, WIRETYPE_FIXED32, output);
471 WriteTag(field_number, WIRETYPE_FIXED64, output);
476 WriteTag(field_number, WIRETYPE_FIXED32, output);
481 WriteTag(field_numbe
[all...]
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);
H A Dwire_format_unittest.cc492 coded_output.WriteTag(WireFormatLite::kMessageSetItemStartTag);
494 WireFormatLite::WriteTag(WireFormatLite::kMessageSetMessageNumber,
503 coded_output.WriteTag(WireFormatLite::kMessageSetItemEndTag);
H A Dextension_set_heavy.cc642 output->WriteTag(WireFormatLite::kMessageSetItemStartTag);
660 output->WriteTag(WireFormatLite::kMessageSetItemEndTag);
H A Dwire_format_lite.h351 static inline void WriteTag(field_number, WireType type, output) INL;
H A Dwire_format.cc458 WireFormatLite::WriteTag(field->number(),
H A Dextension_set.cc1149 WireFormatLite::WriteTag(number,
H A Ddescriptor.pb.cc7750 ::google::protobuf::internal::WireFormatLite::WriteTag(1, ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
7760 ::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/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/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/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/ots/src/
H A Dots.cc583 if (!output->WriteTag(header->version) ||
649 if (!output->WriteTag(out_tables[i].tag) ||

Completed in 430 milliseconds