Home | History | Annotate | Download | only in nanopb-c

Lines Matching refs:extension

160 /* Extension pseudo-field
301 /* Structure for defining the handling of unknown/extension fields.
316 bool (*decode)(pb_istream_t *stream, pb_extension_t *extension,
325 bool (*encode)(pb_ostream_t *stream, const pb_extension_t *extension);
332 /* Type describing the extension field. Usually you'll initialize
337 * of the extension field. */
340 /* Pointer to the next extension handler, or NULL.
341 * If this extension does not match a field, the next handler is
345 /* The decoder sets this to true if the extension was found.
469 * SINT32, SINT64, STRING, UINT32, UINT64 or EXTENSION