summaryrefslogtreecommitdiff
path: root/upb/def.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-23 16:20:04 -0800
committerJoshua Haberman <jhaberman@gmail.com>2018-12-23 16:20:04 -0800
commit08987e3dd4159cf7d1d303a81fd38c5e02a44557 (patch)
tree8f8123f2a41c4cee2f39cd9fe7d4954bb4ed8183 /upb/def.h
parentaa2d5a609bc714e90300f26e04e729a4822a2aa5 (diff)
parent87b59f445b7be42685491b816416a4e360e30b33 (diff)
Merge branch 'master' into arrayapi
Diffstat (limited to 'upb/def.h')
-rw-r--r--upb/def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/upb/def.h b/upb/def.h
index c9ed1cf..98b458a 100644
--- a/upb/def.h
+++ b/upb/def.h
@@ -689,6 +689,10 @@ typedef upb_strtable_iter upb_msg_oneof_iter;
#define UPB_MAPENTRY_KEY 1
#define UPB_MAPENTRY_VALUE 2
+/* Well-known field tag numbers for Any messages. */
+#define UPB_ANY_TYPE 1
+#define UPB_ANY_VALUE 2
+
/* Well-known field tag numbers for timestamp messages. */
#define UPB_DURATION_SECONDS 1
#define UPB_DURATION_NANOS 2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback