Searched refs:datatypes (Results 1 – 5 of 5) sorted by relevance
/nanopb-2.7.6/tests/enum_sizes/ |
D | enumsizes.proto | 2 * Depending on compiler and the packed_enum setting, the datatypes
|
/nanopb-2.7.6/generator/ |
D | nanopb_generator.py | 104 datatypes = { variable 574 if desc.type in datatypes: 575 self.ctype, self.pbtype, self.enc_size, self.data_item_size = datatypes[desc.type] 578 if (desc.type, field_options.int_size) in datatypes: 579 …self.ctype, self.pbtype, self.enc_size, self.data_item_size = datatypes[(desc.type, field_options.…
|
/nanopb-2.7.6/docs/ |
D | concepts.md | 158 Most Protocol Buffers datatypes have directly corresponding C datatypes, 160 variable-length datatypes are more complex:
|
D | whats_new.md | 137 fields in the structure and even the datatypes can be different to an
|
D | reference.md | 28 datatypes (least resources used). 889 Buffers `sint32` and `sint64` datatypes. :
|