Home
last modified time | relevance | path

Searched refs:MESSAGE_SET_ITEM (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DWireFormatMicro.java74 static final int MESSAGE_SET_ITEM = 1; field in WireFormatMicro
80 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
82 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DWireFormatNano.java76 static final int MESSAGE_SET_ITEM = 1; field in WireFormatNano
82 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
84 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
/external/protobuf/java/src/main/java/com/google/protobuf/
DWireFormat.java150 static final int MESSAGE_SET_ITEM = 1; field in WireFormat
156 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
158 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
DCodedOutputStream.java283 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeMessageSetExtension()
286 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeMessageSetExtension()
296 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeRawMessageSetExtension()
299 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeRawMessageSetExtension()
600 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 + in computeMessageSetExtensionSize()
612 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 + in computeRawMessageSetExtensionSize()