Lines Matching refs:pb_size_t
293 typedef uint32_t pb_size_t;
296 typedef uint_least16_t pb_size_t;
299 #define PB_SIZE_MAX ((pb_size_t)-1)
323 pb_size_t field_count;
324 pb_size_t required_field_count;
325 pb_size_t largest_tag;
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 */
368 #define PB_BYTES_ARRAY_T(n) struct { pb_size_t size; pb_byte_t bytes[n]; }
372 pb_size_t size;
786 /* Maximum field sizes are still 16-bit if pb_size_t is 16-bit */