Searched refs:datatypes (Results 1 – 5 of 5) sorted by relevance
/nanopb-3.4.0/tests/enum_sizes/ |
D | enumsizes.proto | 2 * Depending on compiler and the packed_enum setting, the datatypes
|
/nanopb-3.4.0/generator/ |
D | nanopb_generator.py | 87 datatypes = { variable 647 if desc.type in datatypes: 648 self.ctype, self.pbtype, self.enc_size, self.data_item_size = datatypes[desc.type] 651 if (desc.type, field_options.int_size) in datatypes: 652 …self.ctype, self.pbtype, self.enc_size, self.data_item_size = datatypes[(desc.type, field_options.…
|
/nanopb-3.4.0/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 | 31 datatypes (least resources used). 902 Buffers `sint32` and `sint64` datatypes. :
|