summaryrefslogtreecommitdiff
path: root/upb/descriptor/descriptor.upbdefs.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2017-05-31 14:33:43 -0700
committerGitHub <noreply@github.com>2017-05-31 14:33:43 -0700
commit04fcf0b112deab5bf83673e78e3825155d6fdee1 (patch)
treeb9dc70a8db0163dfbaa5a8c53a012fe8810188da /upb/descriptor/descriptor.upbdefs.h
parent3f3ee548f16a2c6d94c2c9cbe161e5b306269e79 (diff)
parentf15e6764bd1d27d33b5bbf0f5bc7c23bcc837128 (diff)
Merge pull request #83 from TeBoring/master
Add new file option php_namespace.
Diffstat (limited to 'upb/descriptor/descriptor.upbdefs.h')
-rw-r--r--upb/descriptor/descriptor.upbdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/descriptor/descriptor.upbdefs.h b/upb/descriptor/descriptor.upbdefs.h
index c516b67..ee260f2 100644
--- a/upb/descriptor/descriptor.upbdefs.h
+++ b/upb/descriptor/descriptor.upbdefs.h
@@ -254,6 +254,7 @@ UPB_INLINE const upb_fielddef *upbdefs_google_protobuf_FileOptions_f_javanano_us
UPB_INLINE const upb_fielddef *upbdefs_google_protobuf_FileOptions_f_objc_class_prefix(const upb_msgdef *m) { UPB_ASSERT(upbdefs_google_protobuf_FileOptions_is(m)); return upb_msgdef_itof(m, 36); }
UPB_INLINE const upb_fielddef *upbdefs_google_protobuf_FileOptions_f_optimize_for(const upb_msgdef *m) { UPB_ASSERT(upbdefs_google_protobuf_FileOptions_is(m)); return upb_msgdef_itof(m, 9); }
UPB_INLINE const upb_fielddef *upbdefs_google_protobuf_FileOptions_f_php_class_prefix(const upb_msgdef *m) { UPB_ASSERT(upbdefs_google_protobuf_FileOptions_is(m)); return upb_msgdef_itof(m, 40); }
+UPB_INLINE const upb_fielddef *upbdefs_google_protobuf_FileOptions_f_php_namespace(const upb_msgdef *m) { UPB_ASSERT(upbdefs_google_protobuf_FileOptions_is(m)); return upb_msgdef_itof(m, 41); }
UPB_INLINE const upb_fielddef *upbdefs_google_protobuf_FileOptions_f_py_generic_services(const upb_msgdef *m) { UPB_ASSERT(upbdefs_google_protobuf_FileOptions_is(m)); return upb_msgdef_itof(m, 18); }
UPB_INLINE const upb_fielddef *upbdefs_google_protobuf_FileOptions_f_uninterpreted_option(const upb_msgdef *m) { UPB_ASSERT(upbdefs_google_protobuf_FileOptions_is(m)); return upb_msgdef_itof(m, 999); }
UPB_INLINE const upb_fielddef *upbdefs_google_protobuf_MessageOptions_f_deprecated(const upb_msgdef *m) { UPB_ASSERT(upbdefs_google_protobuf_MessageOptions_is(m)); return upb_msgdef_itof(m, 3); }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback