|
|
|
@ -175,8 +175,8 @@ UPB_INLINE google_protobuf_FileDescriptorSet* google_protobuf_FileDescriptorSet_ |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_FileDescriptorSet* google_protobuf_FileDescriptorSet_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_FileDescriptorSet* ret = google_protobuf_FileDescriptorSet_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_FileDescriptorSet_msginit, extreg, options, arena) != |
|
|
|
@ -223,8 +223,8 @@ UPB_INLINE google_protobuf_FileDescriptorProto* google_protobuf_FileDescriptorPr |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_FileDescriptorProto* google_protobuf_FileDescriptorProto_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_FileDescriptorProto* ret = google_protobuf_FileDescriptorProto_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_FileDescriptorProto_msginit, extreg, options, arena) != |
|
|
|
@ -407,8 +407,8 @@ UPB_INLINE google_protobuf_DescriptorProto* google_protobuf_DescriptorProto_pars |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_DescriptorProto* google_protobuf_DescriptorProto_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_DescriptorProto* ret = google_protobuf_DescriptorProto_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_msginit, extreg, options, arena) != |
|
|
|
@ -581,8 +581,8 @@ UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_Descr |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_ExtensionRange_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_DescriptorProto_ExtensionRange* ret = google_protobuf_DescriptorProto_ExtensionRange_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_ExtensionRange_msginit, extreg, options, arena) != |
|
|
|
@ -647,8 +647,8 @@ UPB_INLINE google_protobuf_DescriptorProto_ReservedRange* google_protobuf_Descri |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_DescriptorProto_ReservedRange* google_protobuf_DescriptorProto_ReservedRange_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_DescriptorProto_ReservedRange* ret = google_protobuf_DescriptorProto_ReservedRange_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_ReservedRange_msginit, extreg, options, arena) != |
|
|
|
@ -696,8 +696,8 @@ UPB_INLINE google_protobuf_ExtensionRangeOptions* google_protobuf_ExtensionRange |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_ExtensionRangeOptions* google_protobuf_ExtensionRangeOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_ExtensionRangeOptions* ret = google_protobuf_ExtensionRangeOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_ExtensionRangeOptions_msginit, extreg, options, arena) != |
|
|
|
@ -744,8 +744,8 @@ UPB_INLINE google_protobuf_FieldDescriptorProto* google_protobuf_FieldDescriptor |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_FieldDescriptorProto* google_protobuf_FieldDescriptorProto_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_FieldDescriptorProto* ret = google_protobuf_FieldDescriptorProto_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_FieldDescriptorProto_msginit, extreg, options, arena) != |
|
|
|
@ -874,8 +874,8 @@ UPB_INLINE google_protobuf_OneofDescriptorProto* google_protobuf_OneofDescriptor |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_OneofDescriptorProto* google_protobuf_OneofDescriptorProto_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_OneofDescriptorProto* ret = google_protobuf_OneofDescriptorProto_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_OneofDescriptorProto_msginit, extreg, options, arena) != |
|
|
|
@ -932,8 +932,8 @@ UPB_INLINE google_protobuf_EnumDescriptorProto* google_protobuf_EnumDescriptorPr |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_EnumDescriptorProto* google_protobuf_EnumDescriptorProto_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_EnumDescriptorProto* ret = google_protobuf_EnumDescriptorProto_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_EnumDescriptorProto_msginit, extreg, options, arena) != |
|
|
|
@ -1031,8 +1031,8 @@ UPB_INLINE google_protobuf_EnumDescriptorProto_EnumReservedRange* google_protobu |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_EnumDescriptorProto_EnumReservedRange* google_protobuf_EnumDescriptorProto_EnumReservedRange_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_EnumDescriptorProto_EnumReservedRange* ret = google_protobuf_EnumDescriptorProto_EnumReservedRange_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_EnumDescriptorProto_EnumReservedRange_msginit, extreg, options, arena) != |
|
|
|
@ -1080,8 +1080,8 @@ UPB_INLINE google_protobuf_EnumValueDescriptorProto* google_protobuf_EnumValueDe |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_EnumValueDescriptorProto* google_protobuf_EnumValueDescriptorProto_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_EnumValueDescriptorProto* ret = google_protobuf_EnumValueDescriptorProto_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_EnumValueDescriptorProto_msginit, extreg, options, arena) != |
|
|
|
@ -1146,8 +1146,8 @@ UPB_INLINE google_protobuf_ServiceDescriptorProto* google_protobuf_ServiceDescri |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_ServiceDescriptorProto* google_protobuf_ServiceDescriptorProto_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_ServiceDescriptorProto* ret = google_protobuf_ServiceDescriptorProto_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_ServiceDescriptorProto_msginit, extreg, options, arena) != |
|
|
|
@ -1219,8 +1219,8 @@ UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescript |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_MethodDescriptorProto* ret = google_protobuf_MethodDescriptorProto_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_MethodDescriptorProto_msginit, extreg, options, arena) != |
|
|
|
@ -1309,8 +1309,8 @@ UPB_INLINE google_protobuf_FileOptions* google_protobuf_FileOptions_parse(const |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_FileOptions* google_protobuf_FileOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_FileOptions* ret = google_protobuf_FileOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_FileOptions_msginit, extreg, options, arena) != |
|
|
|
@ -1517,8 +1517,8 @@ UPB_INLINE google_protobuf_MessageOptions* google_protobuf_MessageOptions_parse( |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_MessageOptions* google_protobuf_MessageOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_MessageOptions* ret = google_protobuf_MessageOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_MessageOptions_msginit, extreg, options, arena) != |
|
|
|
@ -1597,8 +1597,8 @@ UPB_INLINE google_protobuf_FieldOptions* google_protobuf_FieldOptions_parse(cons |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_FieldOptions* google_protobuf_FieldOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_FieldOptions* ret = google_protobuf_FieldOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_FieldOptions_msginit, extreg, options, arena) != |
|
|
|
@ -1693,8 +1693,8 @@ UPB_INLINE google_protobuf_OneofOptions* google_protobuf_OneofOptions_parse(cons |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_OneofOptions* google_protobuf_OneofOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_OneofOptions* ret = google_protobuf_OneofOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_OneofOptions_msginit, extreg, options, arena) != |
|
|
|
@ -1741,8 +1741,8 @@ UPB_INLINE google_protobuf_EnumOptions* google_protobuf_EnumOptions_parse(const |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_EnumOptions* google_protobuf_EnumOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_EnumOptions* ret = google_protobuf_EnumOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_EnumOptions_msginit, extreg, options, arena) != |
|
|
|
@ -1805,8 +1805,8 @@ UPB_INLINE google_protobuf_EnumValueOptions* google_protobuf_EnumValueOptions_pa |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_EnumValueOptions* google_protobuf_EnumValueOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_EnumValueOptions* ret = google_protobuf_EnumValueOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_EnumValueOptions_msginit, extreg, options, arena) != |
|
|
|
@ -1861,8 +1861,8 @@ UPB_INLINE google_protobuf_ServiceOptions* google_protobuf_ServiceOptions_parse( |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_ServiceOptions* google_protobuf_ServiceOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_ServiceOptions* ret = google_protobuf_ServiceOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_ServiceOptions_msginit, extreg, options, arena) != |
|
|
|
@ -1917,8 +1917,8 @@ UPB_INLINE google_protobuf_MethodOptions* google_protobuf_MethodOptions_parse(co |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_MethodOptions* google_protobuf_MethodOptions_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_MethodOptions* ret = google_protobuf_MethodOptions_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_MethodOptions_msginit, extreg, options, arena) != |
|
|
|
@ -1981,8 +1981,8 @@ UPB_INLINE google_protobuf_UninterpretedOption* google_protobuf_UninterpretedOpt |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_UninterpretedOption* google_protobuf_UninterpretedOption_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_UninterpretedOption* ret = google_protobuf_UninterpretedOption_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_UninterpretedOption_msginit, extreg, options, arena) != |
|
|
|
@ -2077,8 +2077,8 @@ UPB_INLINE google_protobuf_UninterpretedOption_NamePart* google_protobuf_Uninter |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_UninterpretedOption_NamePart* google_protobuf_UninterpretedOption_NamePart_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_UninterpretedOption_NamePart* ret = google_protobuf_UninterpretedOption_NamePart_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_UninterpretedOption_NamePart_msginit, extreg, options, arena) != |
|
|
|
@ -2126,8 +2126,8 @@ UPB_INLINE google_protobuf_SourceCodeInfo* google_protobuf_SourceCodeInfo_parse( |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_SourceCodeInfo* google_protobuf_SourceCodeInfo_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_SourceCodeInfo* ret = google_protobuf_SourceCodeInfo_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_SourceCodeInfo_msginit, extreg, options, arena) != |
|
|
|
@ -2174,8 +2174,8 @@ UPB_INLINE google_protobuf_SourceCodeInfo_Location* google_protobuf_SourceCodeIn |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_SourceCodeInfo_Location* google_protobuf_SourceCodeInfo_Location_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_SourceCodeInfo_Location* ret = google_protobuf_SourceCodeInfo_Location_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_SourceCodeInfo_Location_msginit, extreg, options, arena) != |
|
|
|
@ -2256,8 +2256,8 @@ UPB_INLINE google_protobuf_GeneratedCodeInfo* google_protobuf_GeneratedCodeInfo_ |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_GeneratedCodeInfo* google_protobuf_GeneratedCodeInfo_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_GeneratedCodeInfo* ret = google_protobuf_GeneratedCodeInfo_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_GeneratedCodeInfo_msginit, extreg, options, arena) != |
|
|
|
@ -2304,8 +2304,8 @@ UPB_INLINE google_protobuf_GeneratedCodeInfo_Annotation* google_protobuf_Generat |
|
|
|
|
return ret; |
|
|
|
|
} |
|
|
|
|
UPB_INLINE google_protobuf_GeneratedCodeInfo_Annotation* google_protobuf_GeneratedCodeInfo_Annotation_parse_ex(const char* buf, size_t size, |
|
|
|
|
const upb_extreg* extreg, int options, |
|
|
|
|
upb_Arena* arena) { |
|
|
|
|
const upb_ExtensionRegistry* extreg, |
|
|
|
|
int options, upb_Arena* arena) { |
|
|
|
|
google_protobuf_GeneratedCodeInfo_Annotation* ret = google_protobuf_GeneratedCodeInfo_Annotation_new(arena); |
|
|
|
|
if (!ret) return NULL; |
|
|
|
|
if (_upb_decode(buf, size, ret, &google_protobuf_GeneratedCodeInfo_Annotation_msginit, extreg, options, arena) != |
|
|
|
|