Home
last modified time | relevance | path

Searched refs:MESSAGE_SET_MESSAGE (Results 1 – 3 of 3) 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.java162 static final int MESSAGE_SET_MESSAGE = 3; field in WireFormat
172 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
DCodedOutputStream.java633 + computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeMessageSetExtensionSize()
645 + computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeRawMessageSetExtensionSize()
657 + computeLazyFieldSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeLazyFieldMessageSetExtensionSize()
1229 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
1238 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension()
1575 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
1584 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension()
2078 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
2087 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension()
2381 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
[all …]