Searched defs:pb_istream_t (Results 1 - 1 of 1) sorted by relevance

/external/nanopb-c/
H A Dpb.h271 typedef struct _pb_istream_t pb_istream_t; typedef in typeref:struct:_pb_istream_t
278 bool (*decode)(pb_istream_t *stream, const pb_field_t *field, void *arg);
284 bool (*decode)(pb_istream_t *stream, const pb_field_t *field, void **arg);
316 bool (*decode)(pb_istream_t *stream, pb_extension_t *extension,

Completed in 178 milliseconds