Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 6 of 6) sorted by relevance

/nanopb-3.4.0/tests/intsizes/
Dintsizes.proto5 * The int_size setting will override the number of bits, but keep the type
/nanopb-3.4.0/tests/enum_sizes/
Denumsizes.proto61 /* Protobuf supports enums up to 32 bits.
/nanopb-3.4.0/generator/proto/
Dnanopb.proto61 // full 32 bits for the value.
/nanopb-3.4.0/
Dpb.h778 #define PB_FITS(value,bits) ((uint32_t)(value) < ((uint32_t)1<<bits)) argument
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h778 #define PB_FITS(value,bits) ((uint32_t)(value) < ((uint32_t)1<<bits)) argument
/nanopb-3.4.0/docs/
Dreference.md184 bits need to be used for each byte.
221 The bits 4-5 define whether the field is required, optional or repeated.
235 The bits 6-7 define the how the storage for the field is allocated:
889 Same as `pb_decode_varint`, but limits the value to 32 bits: