summaryrefslogtreecommitdiff
path: root/upb/pb/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/decoder.h')
-rw-r--r--upb/pb/decoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/upb/pb/decoder.h b/upb/pb/decoder.h
index 5adfba8..86e51df 100644
--- a/upb/pb/decoder.h
+++ b/upb/pb/decoder.h
@@ -171,6 +171,9 @@ class upb::pb::DecoderPtr {
/* upb_pbcodecache ************************************************************/
+/* Lazily builds and caches decoder methods that will push data to the given
+ * handlers. The destination handlercache must outlive this object. */
+
struct upb_pbcodecache;
typedef struct upb_pbcodecache upb_pbcodecache;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback