summaryrefslogtreecommitdiff
path: root/upb/def.h
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-01-16 19:40:17 -0800
committerGitHub <noreply@github.com>2019-01-16 19:40:17 -0800
commitc7870e0f77d6331babfdb89f8c83e4e0279b5e70 (patch)
treec846e5482a1d70b03e9b5eb957c119156fdd19a3 /upb/def.h
parent87b59f445b7be42685491b816416a4e360e30b33 (diff)
Supprot FieldMask json encoding/decoding. (#147)
Diffstat (limited to 'upb/def.h')
-rw-r--r--upb/def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/def.h b/upb/def.h
index 98b458a..19b2a20 100644
--- a/upb/def.h
+++ b/upb/def.h
@@ -286,6 +286,7 @@ typedef enum {
typedef enum {
UPB_WELLKNOWN_UNSPECIFIED,
UPB_WELLKNOWN_ANY,
+ UPB_WELLKNOWN_FIELDMASK,
UPB_WELLKNOWN_DURATION,
UPB_WELLKNOWN_TIMESTAMP,
/* number wrappers */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback