Home
last modified time | relevance | path

Searched refs:TagBytes (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dencoder.py418 def TagBytes(field_number, wire_type): function
442 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
454 tag_bytes = TagBytes(field_number, wire_type)
461 tag_bytes = TagBytes(field_number, wire_type)
476 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
488 tag_bytes = TagBytes(field_number, wire_type)
495 tag_bytes = TagBytes(field_number, wire_type)
517 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
526 tag_bytes = TagBytes(field_number, wire_type)
533 tag_bytes = TagBytes(field_number, wire_type)
[all …]
Ddecoder.py232 tag_bytes = encoder.TagBytes(field_number, wire_type)
419 tag_bytes = encoder.TagBytes(field_number,
434 tag_bytes = encoder.TagBytes(field_number, wire_format.WIRETYPE_VARINT)
496 tag_bytes = encoder.TagBytes(field_number,
567 tag_bytes = encoder.TagBytes(field_number,
604 tag_bytes = encoder.TagBytes(field_number,
637 end_tag_bytes = encoder.TagBytes(field_number,
643 tag_bytes = encoder.TagBytes(field_number,
688 tag_bytes = encoder.TagBytes(field_number,
733 MESSAGE_SET_ITEM_TAG = encoder.TagBytes(1, wire_format.WIRETYPE_START_GROUP)
[all …]
Dunknown_fields_test.py175 field_tag = encoder.TagBytes(field_descriptor.number, wire_type)
Dpython_message.py322 tag_bytes = encoder.TagBytes(field_descriptor.number, wiretype)
Dmessage_test.py161 end_tag = encoder.TagBytes(1, 4)
/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
Dencoder.py111 def TagBytes(field_number, wire_type): function
130 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
142 tag_bytes = TagBytes(field_number, wire_type)
149 tag_bytes = TagBytes(field_number, wire_type)
171 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
183 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_VARINT)
193 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_VARINT)
205 tag = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dperfetto_proto_classes.py37 tag = encoder.TagBytes(11, wire_format.WIRETYPE_LENGTH_DELIMITED)
42 tag = encoder.TagBytes(12, wire_format.WIRETYPE_LENGTH_DELIMITED)
50 tag = encoder.TagBytes(44, wire_format.WIRETYPE_LENGTH_DELIMITED)
55 tag = encoder.TagBytes(48, wire_format.WIRETYPE_LENGTH_DELIMITED)
71 tag = encoder.TagBytes(1, wire_format.WIRETYPE_LENGTH_DELIMITED)
76 tag = encoder.TagBytes(2, wire_format.WIRETYPE_LENGTH_DELIMITED)
143 tag = encoder.TagBytes(6, wire_format.WIRETYPE_LENGTH_DELIMITED)
217 tag = encoder.TagBytes(1, wire_format.WIRETYPE_LENGTH_DELIMITED)