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

12

/external/protobuf/java/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:
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java51 public static final int WIRETYPE_START_GROUP = 3; field in class:WireFormat
119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
156 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
H A DCodedOutputStream.java200 writeTag(fieldNumber, WireFormat.WIRETYPE_START_GROUP);
284 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
297 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
H A DCodedInputStream.java145 case WireFormat.WIRETYPE_START_GROUP:
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java51 static final int WIRETYPE_START_GROUP = 3; field in class:WireFormat
119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
156 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
H A DCodedOutputStream.java199 writeTag(fieldNumber, WireFormat.WIRETYPE_START_GROUP);
283 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
296 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP);
H A DCodedInputStream.java127 case WireFormat.WIRETYPE_START_GROUP:
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc100 WireFormatLite::WIRETYPE_START_GROUP, // TYPE_GROUP
130 case WireFormatLite::WIRETYPE_START_GROUP: {
298 WriteTag(field_number, WIRETYPE_START_GROUP, output);
315 WriteTag(field_number, WIRETYPE_START_GROUP, output);
H A Dwire_format.cc112 case WireFormatLite::WIRETYPE_START_GROUP: {
190 WireFormatLite::WIRETYPE_START_GROUP));
224 field.number(), WireFormatLite::WIRETYPE_START_GROUP, target);
334 WireFormatLite::WIRETYPE_START_GROUP));
H A Dwire_format_lite.h92 WIRETYPE_START_GROUP = 3, enumerator in enum:google::protobuf::internal::WireFormatLite::WireType
194 WireFormatLite::WIRETYPE_START_GROUP);
H A Dwire_format_lite_inl.h468 WriteTag(field_number, WIRETYPE_START_GROUP, output);
662 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
678 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc119 WireFormatLite::WIRETYPE_START_GROUP, // TYPE_GROUP
160 case WireFormatLite::WIRETYPE_START_GROUP: {
238 WireFormatLite::WIRETYPE_START_GROUP));
272 field.number(), WireFormatLite::WIRETYPE_START_GROUP, target);
382 WireFormatLite::WIRETYPE_START_GROUP));
525 WriteTag(field_number, WIRETYPE_START_GROUP, output);
542 WriteTag(field_number, WIRETYPE_START_GROUP, output);
H A Dwire_format_lite.h91 WIRETYPE_START_GROUP = 3, enumerator in enum:google::protobuf::internal::WireFormatLite::WireType
202 WireFormatLite::WIRETYPE_START_GROUP);
H A Dwire_format_lite_inl.h483 WriteTag(field_number, WIRETYPE_START_GROUP, output);
678 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
697 target = WriteTagToArray(field_number, WIRETYPE_START_GROUP, target);
/external/chromium_org/third_party/protobuf/python/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 Ddecoder.py389 wire_format.WIRETYPE_START_GROUP)
481 MESSAGE_SET_ITEM_TAG = encoder.TagBytes(1, wire_format.WIRETYPE_START_GROUP)
H A Dencoder.py618 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
673 TagBytes(1, wire_format.WIRETYPE_START_GROUP),
H A Dtype_checkers.py275 _FieldDescriptor.TYPE_GROUP: wire_format.WIRETYPE_START_GROUP,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DWireFormatNano.java56 static final int WIRETYPE_START_GROUP = 3; field in class:WireFormatNano
85 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
H A DCodedInputByteBufferNano.java116 case WireFormatNano.WIRETYPE_START_GROUP:

Completed in 277 milliseconds

12