Searched refs:MESSAGE_SET_MESSAGE (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 162 static final int MESSAGE_SET_MESSAGE = 3; field in WireFormat 172 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
|
D | CodedOutputStream.java | 667 + computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeMessageSetExtensionSize() 679 + computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeRawMessageSetExtensionSize() 691 + computeLazyFieldSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeLazyFieldMessageSetExtensionSize() 1267 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension() 1276 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension() 1607 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension() 1616 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension() 2110 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension() 2119 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension() 2413 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension() [all …]
|