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

Lines Matching refs:PB_MAX_REQUIRED_FIELDS

799     uint8_t fields_seen[(PB_MAX_REQUIRED_FIELDS + 7) / 8] = {0, 0, 0, 0, 0, 0, 0, 0};
851 && iter.required_field_index < PB_MAX_REQUIRED_FIELDS)