Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java160 static final int MESSAGE_SET_ITEM = 1; field in WireFormat
166 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
168 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
DCodedOutputStream.java665 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 in computeMessageSetExtensionSize()
677 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 in computeRawMessageSetExtensionSize()
689 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 in computeLazyFieldMessageSetExtensionSize()
1265 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeMessageSetExtension()
1268 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeMessageSetExtension()
1274 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeRawMessageSetExtension()
1277 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeRawMessageSetExtension()
1605 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeMessageSetExtension()
1608 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeMessageSetExtension()
1614 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeRawMessageSetExtension()
[all …]