HomeSort by relevance Sort by last modified time
    Searched refs:WriteTag (Results 1 - 12 of 12) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 304 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_number, WIRETYPE_FIXED64, output)
    [all...]
wire_format_lite_inl.h 501 inline void WireFormatLite::WriteTag(int field_number, WireType type,
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);
    [all...]
lite_unittest.cc 326 google::protobuf::internal::WireFormatLite::WriteTag(
330 google::protobuf::internal::WireFormatLite::WriteTag(
wire_format_unittest.cc 571 coded_output.WriteTag(WireFormatLite::kMessageSetItemStartTag);
573 WireFormatLite::WriteTag(WireFormatLite::kMessageSetMessageNumber,
582 coded_output.WriteTag(WireFormatLite::kMessageSetItemEndTag);
    [all...]
extension_set_heavy.cc 664 output->WriteTag(WireFormatLite::kMessageSetItemStartTag);
682 output->WriteTag(WireFormatLite::kMessageSetItemEndTag);
wire_format_lite.h 318 static inline void WriteTag(field_number, WireType type, output) INL;
wire_format.cc 786 WireFormatLite::WriteTag(field->number(),
    [all...]
extension_set.cc     [all...]
descriptor.pb.cc     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_tiff.h 160 void WriteTag( TiffTag tag, TiffFieldType fieldType,
grfmt_tiff.cpp 671 void GrFmtTiffWriter::WriteTag( TiffTag tag, TiffFieldType fieldType,
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_COUNTS
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h     [all...]

Completed in 727 milliseconds