Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DWireFormatMicro.java74 static final int MESSAGE_SET_ITEM = 1; field in WireFormatMicro
80 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
82 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
/external/protobuf/java/src/main/java/com/google/protobuf/
DWireFormat.java150 static final int MESSAGE_SET_ITEM = 1; field in WireFormat
156 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
158 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
DCodedOutputStream.java352 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeMessageSetExtension()
355 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeMessageSetExtension()
365 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); in writeRawMessageSetExtension()
368 writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); in writeRawMessageSetExtension()
725 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 + in computeMessageSetExtensionSize()
737 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 + in computeRawMessageSetExtensionSize()
749 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 + in computeLazyFieldMessageSetExtensionSize()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...