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.py112 def TagBytes(field_number, wire_type): function
131 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
143 tag_bytes = TagBytes(field_number, wire_type)
150 tag_bytes = TagBytes(field_number, wire_type)
200 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
214 tag_bytes = TagBytes(field_number, wire_type)
224 tag_bytes = TagBytes(field_number, wire_type)
253 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
265 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_VARINT)
275 tag_bytes = TagBytes(field_number, wire_format.WIRETYPE_VARINT)
[all …]
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dperfetto_proto_classes.py38 tag = encoder.TagBytes(5, wire_format.WIRETYPE_LENGTH_DELIMITED)
43 tag = encoder.TagBytes(6, wire_format.WIRETYPE_LENGTH_DELIMITED)
54 tag = encoder.TagBytes(11, wire_format.WIRETYPE_LENGTH_DELIMITED)
59 tag = encoder.TagBytes(12, wire_format.WIRETYPE_LENGTH_DELIMITED)
67 tag = encoder.TagBytes(44, wire_format.WIRETYPE_LENGTH_DELIMITED)
72 tag = encoder.TagBytes(48, wire_format.WIRETYPE_LENGTH_DELIMITED)
91 tag = encoder.TagBytes(1, wire_format.WIRETYPE_LENGTH_DELIMITED)
96 tag = encoder.TagBytes(2, wire_format.WIRETYPE_LENGTH_DELIMITED)
150 tag = encoder.TagBytes(2, wire_format.WIRETYPE_LENGTH_DELIMITED)
170 tag = encoder.TagBytes(4, wire_format.WIRETYPE_LENGTH_DELIMITED)
[all …]