Searched defs:pb_field_iter_s (Results 1 – 2 of 2) sorted by relevance
329 struct pb_field_iter_s { struct330 const pb_msgdesc_t *descriptor; /* Pointer to message descriptor constant */331 void *message; /* Pointer to start of the structure */333 pb_size_t index; /* Index of the field */334 pb_size_t field_info_index; /* Index to descriptor->field_info array */335 pb_size_t required_field_index; /* Index that counts only the required fields */336 pb_size_t submessage_index; /* Index that counts only submessages */338 pb_size_t tag; /* Tag of current field */339 pb_size_t data_size; /* sizeof() of a single item */340 pb_size_t array_size; /* Number of array entries */[all …]