Searched refs:MESSAGE_SET_ITEM (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
D | WireFormatMicro.java | 74 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/ |
D | WireFormatNano.java | 76 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/ |
D | WireFormat.java | 150 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);
|
D | CodedOutputStream.java | 283 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()
|