Home
last modified time | relevance | path

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

/external/protobuf/java/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/src/main/java/com/google/protobuf/nano/
DWireFormatNano.java78 static final int MESSAGE_SET_MESSAGE = 3; field in WireFormatNano
88 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
/external/protobuf/java/src/main/java/com/google/protobuf/
DWireFormat.java152 static final int MESSAGE_SET_MESSAGE = 3; field in WireFormat
162 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
DCodedOutputStream.java285 writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); in writeMessageSetExtension()
298 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension()
602 computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeMessageSetExtensionSize()
614 computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeRawMessageSetExtensionSize()