Searched refs:fixed_count (Results 1 – 9 of 9) sorted by relevance
9 repeated int32 data = 1 [(nanopb).max_count = 3, (nanopb).fixed_count = true];14 repeated Message1 data = 1 [(nanopb).max_count = 2, (nanopb).fixed_count = true];19 repeated Message2 data1 = 1 [(nanopb).max_count = 2, (nanopb).fixed_count = true];20 repeated Message2 data2 = 2 [(nanopb).max_count = 2, (nanopb).fixed_count = true];
5 env.NanopbProto("fixed_count")6 env.Object("fixed_count.pb.c")9 "fixed_count.pb.c",
279 self.fixed_count = False310 self.fixed_count = field_options.fixed_count340 if field_options.fixed_count and self.max_count is None:426 not self.fixed_count):503 if not self.fixed_count:567 elif self.fixed_count:574 if not self.fixed_count:704 self.fixed_count = False
153 5) If *(nanopb).fixed_count* is set to *true* and *(nanopb).max_count* is also set, the field for t…169 repeated int32 data = 1 [(nanopb).max_count = 5, (nanopb).fixed_count true]; | int32_t data[5];177 Note: When using the *fixed_count* option, the decoder assumes the repeated elements are179 another *fixed_count* non-packed field.
100 fixed_count Generate arrays with constant length
85 optional bool fixed_count = 16 [default = false]; field
93 optional bool fixed_count = 16 [default = false]; field
1885 int fixed_count = 0; in FormatStrNum() local1894 fixed_count++; in FormatStrNum()1901 while (fixed_count > 1) { in FormatStrNum()1903 fixed_count--; in FormatStrNum()
11 Add fixed_count option (#260)