Home
last modified time | relevance | path

Searched refs:PB_MAX_REQUIRED_FIELDS (Results 1 – 4 of 4) sorted by relevance

/nanopb-3.4.0/
Dpb.h200 #ifndef PB_MAX_REQUIRED_FIELDS
201 #define PB_MAX_REQUIRED_FIELDS 64 macro
204 #if PB_MAX_REQUIRED_FIELDS < 64
205 #error You should not lower PB_MAX_REQUIRED_FIELDS from the default value (64).
Dpb_decode.c61 uint32_t bitfield[(PB_MAX_REQUIRED_FIELDS + 31) / 32];
1103 && iter.required_field_index < PB_MAX_REQUIRED_FIELDS) in pb_decode_inner()
1128 if (req_field_count > PB_MAX_REQUIRED_FIELDS) in pb_decode_inner()
1129 req_field_count = PB_MAX_REQUIRED_FIELDS; in pb_decode_inner()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h200 #ifndef PB_MAX_REQUIRED_FIELDS
201 #define PB_MAX_REQUIRED_FIELDS 64 macro
204 #if PB_MAX_REQUIRED_FIELDS < 64
205 #error You should not lower PB_MAX_REQUIRED_FIELDS from the default value (64).
/nanopb-3.4.0/docs/
Dreference.md15 * `PB_MAX_REQUIRED_FIELDS`: Maximum number of proto2 `required` fields to check for presence. Defau…
27 The `PB_MAX_REQUIRED_FIELDS` and `PB_FIELD_32BIT` settings allow