Searched refs:MESSAGE_SET_ITEM (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 678 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 in computeMessageSetExtensionSize() 689 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 in computeRawMessageSetExtensionSize() 701 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 in computeLazyFieldMessageSetExtensionSize() 1288 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeMessageSetExtension() 1291 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeMessageSetExtension() 1297 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeRawMessageSetExtension() 1300 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeRawMessageSetExtension() 1654 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeMessageSetExtension() 1657 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeMessageSetExtension() 1663 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeRawMessageSetExtension() [all …]
|
D | WireFormat.java | 173 static final int MESSAGE_SET_ITEM = 1; field in WireFormat 178 static final int MESSAGE_SET_ITEM_TAG = makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP); 179 static final int MESSAGE_SET_ITEM_END_TAG = makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
|
D | BinaryWriter.java | 38 import static com.google.protobuf.WireFormat.MESSAGE_SET_ITEM; 828 writeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP); in writeMessageSetItem() 835 writeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP); in writeMessageSetItem()
|