Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageOptions.php164 public function getMessageSetWireFormat() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDynamicMessage.java246 if (type.getOptions().getMessageSetWireFormat()) { in writeTo()
260 if (type.getOptions().getMessageSetWireFormat()) { in getSerializedSize()
H A 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()
H A DExtensionRegistry.java331 if (field.getContainingType().getOptions().getMessageSetWireFormat() in add()
H A DDescriptorMessageInfoFactory.java266 builder.withMessageSetWireFormat(messageDescriptor.getOptions().getMessageSetWireFormat()); in convertProto2()
H A DTextFormat.java713 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField()
H A DDescriptors.java1608 if (containingType != null && containingType.getOptions().getMessageSetWireFormat()) { in crossLink()

Completed in 15 milliseconds