Searched refs:MESSAGE_SET_MESSAGE (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | WireFormatMicro.java | 76 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/ |
D | WireFormat.java | 175 static final int MESSAGE_SET_MESSAGE = 3; field in WireFormat 182 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
|
D | CodedOutputStream.java | 680 + 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 …]
|
D | MessageSetSchema.java | 189 case WireFormat.MESSAGE_SET_MESSAGE: in mergeFrom()
|
D | BinaryWriter.java | 39 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()
|