pb.h | 209 typedef struct _pb_field_t pb_field_t; typedef in typeref:struct:_pb_field_t 278 bool (*decode)(pb_istream_t *stream, const pb_field_t *field, void *arg); 279 bool (*encode)(pb_ostream_t *stream, const pb_field_t *field, const void *arg); 284 bool (*decode)(pb_istream_t *stream, const pb_field_t *field, void **arg); 285 bool (*encode)(pb_ostream_t *stream, const pb_field_t *field, void * const *arg); 361 /* These macros are used to declare pb_field_t's in the constant array. */
|