Searched refs:WIRETYPE_START_GROUP (Results 1 - 25 of 29) sorted by relevance

12

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DWireFormatMicro.java51 static final int WIRETYPE_START_GROUP = 3; field in class:WireFormatMicro
80 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
H A DCodedInputStreamMicro.java124 case WireFormatMicro.WIRETYPE_START_GROUP:
H A DCodedOutputStreamMicro.java185 writeTag(fieldNumber, WireFormatMicro.WIRETYPE_START_GROUP);
264 // writeTag(WireFormatMicro.MESSAGE_SET_ITEM, WireFormatMicro.WIRETYPE_START_GROUP);
277 // writeTag(WireFormatMicro.MESSAGE_SET_ITEM, WireFormatMicro.WIRETYPE_START_GROUP);
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DWireFormatNano.java53 static final int WIRETYPE_START_GROUP = 3; field in class:WireFormatNano
H A DCodedInputByteBufferNano.java116 case WireFormatNano.WIRETYPE_START_GROUP:
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java53 public static final int WIRETYPE_START_GROUP = 3; field in class:WireFormat
123 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
166 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
H A DUnknownFieldSetLite.java167 case WireFormat.WIRETYPE_START_GROUP:
168 output.writeTag(fieldNumber, WireFormat.WIRETYPE_START_GROUP);
206 case WireFormat.WIRETYPE_START_GROUP:
316 case WireFormat.WIRETYPE_START_GROUP:
H A DCodedOutputStream.java995 writeTag(fieldNumber, WireFormat.WIRETYPE_START_GROUP);
1227 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
1236 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
1573 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
1582 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
2076 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
2085 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
2379 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
2388 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
H A DCodedInputStream.java189 case WireFormat.WIRETYPE_START_GROUP:
233 case WireFormat.WIRETYPE_START_GROUP: {
H A DUnknownFieldSet.java533 case WireFormat.WIRETYPE_START_GROUP:
H A DTextFormat.java279 case WireFormat.WIRETYPE_START_GROUP:
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc110 WireFormatLite::WIRETYPE_START_GROUP, // TYPE_GROUP
140 case WireFormatLite::WIRETYPE_START_GROUP: {
194 case WireFormatLite::WIRETYPE_START_GROUP: {
448 WriteTag(field_number, WIRETYPE_START_GROUP, output);
465 WriteTag(field_number, WIRETYPE_START_GROUP, output);
H A Dwire_format_lite.h90 WIRETYPE_START_GROUP = 3, enumerator in enum:google::protobuf::internal::WireFormatLite::WireType
203 WireFormatLite::WIRETYPE_START_GROUP);
H A Dwire_format.cc104 case WireFormatLite::WIRETYPE_START_GROUP: {
208 WireFormatLite::WIRETYPE_START_GROUP));
242 field.number(), WireFormatLite::WIRETYPE_START_GROUP, target);
346 WireFormatLite::WIRETYPE_START_GROUP));
H A Dwire_format_lite_inl.h585 WriteTag(field_number, WIRETYPE_START_GROUP, output);
778 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
797 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py50 WIRETYPE_START_GROUP = 3 variable
H A Ddecoder.py462 wire_format.WIRETYPE_START_GROUP)
554 MESSAGE_SET_ITEM_TAG = encoder.TagBytes(1, wire_format.WIRETYPE_START_GROUP)
H A Dencoder.py701 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
756 TagBytes(1, wire_format.WIRETYPE_START_GROUP),
H A Dtype_checkers.py275 _FieldDescriptor.TYPE_GROUP: wire_format.WIRETYPE_START_GROUP,
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py50 WIRETYPE_START_GROUP = 3 variable
H A Dencoder.py728 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
783 TagBytes(1, wire_format.WIRETYPE_START_GROUP),
H A Dtype_checkers.py341 _FieldDescriptor.TYPE_GROUP: wire_format.WIRETYPE_START_GROUP,
H A Ddecoder.py554 wire_format.WIRETYPE_START_GROUP)
643 MESSAGE_SET_ITEM_TAG = encoder.TagBytes(1, wire_format.WIRETYPE_START_GROUP)
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnknownFieldSetLiteTest.java211 output.writeTag(100, WireFormat.WIRETYPE_START_GROUP);
226 output.writeTag(100, WireFormat.WIRETYPE_START_GROUP);
H A DWireFormatTest.java569 output.writeTag(1, WireFormat.WIRETYPE_START_GROUP);

Completed in 3369 milliseconds

12