Home
last modified time | relevance | path

Searched refs:getMessageSetWireFormat (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DMessageOptions.php169 public function getMessageSetWireFormat() function in Google\\Protobuf\\Internal\\MessageOptions
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java54 message.getDescriptorForType().getOptions().getMessageSetWireFormat(); in writeMessageTo()
87 message.getDescriptorForType().getOptions().getMessageSetWireFormat(); in getSerializedSize()
732 if (type.getOptions().getMessageSetWireFormat() && tag == WireFormat.MESSAGE_SET_ITEM_TAG) { in mergeFieldFrom()
DDynamicMessage.java246 if (type.getOptions().getMessageSetWireFormat()) { in writeTo()
260 if (type.getOptions().getMessageSetWireFormat()) { in getSerializedSize()
DExtensionRegistry.java331 if (field.getContainingType().getOptions().getMessageSetWireFormat() in add()
DDescriptorMessageInfoFactory.java266 builder.withMessageSetWireFormat(messageDescriptor.getOptions().getMessageSetWireFormat()); in convertProto2()
DTextFormat.java554 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField()
DDescriptors.java1552 if (containingType != null && containingType.getOptions().getMessageSetWireFormat()) { in crossLink()