summaryrefslogtreecommitdiff
path: root/upb/msg.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2017-07-11 13:56:57 -0500
committerJoshua Haberman <jhaberman@gmail.com>2017-07-11 13:56:57 -0500
commit2e01793dede6b3de34370c5f813fb82b2eebb461 (patch)
tree93eef43eb21917294d642dad334cbe060ad7ca14 /upb/msg.h
parent051df05fb239c66ff65b5a4d75bff65f6e357ba7 (diff)
parentc0a660f474384e0e3c7d4dd75c9b3e6b32daca9f (diff)
Merge branch 'stringview' into gencode3
Diffstat (limited to 'upb/msg.h')
-rw-r--r--upb/msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/msg.h b/upb/msg.h
index 8024828..223d62f 100644
--- a/upb/msg.h
+++ b/upb/msg.h
@@ -126,6 +126,7 @@ UPB_INLINE upb_stringview upb_stringview_make(const char *data, size_t size) {
#define UPB_STRINGVIEW_INIT(ptr, len) {ptr, len}
+
/** upb_msgval ****************************************************************/
/* A union representing all possible protobuf values. Used for generic get/set
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback