Home
last modified time | relevance | path

Searched refs:MESSAGE_SET_MESSAGE (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DWireFormatMicro.java76 static final int MESSAGE_SET_MESSAGE = 3; field in WireFormatMicro
86 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java175 static final int MESSAGE_SET_MESSAGE = 3; field in WireFormat
182 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
DCodedOutputStream.java680 + computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeMessageSetExtensionSize()
691 + computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeRawMessageSetExtensionSize()
703 + computeLazyFieldSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeLazyFieldMessageSetExtensionSize()
1290 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
1299 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension()
1656 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
1665 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension()
1987 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
1995 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension()
2525 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
[all …]
DMessageSetSchema.java189 case WireFormat.MESSAGE_SET_MESSAGE: in mergeFrom()
DBinaryWriter.java39 import static com.google.protobuf.WireFormat.MESSAGE_SET_MESSAGE;
830 writeBytes(MESSAGE_SET_MESSAGE, (ByteString) value); in writeMessageSetItem()
832 writeMessage(MESSAGE_SET_MESSAGE, value); in writeMessageSetItem()