HomeSort by relevance Sort by last modified time
    Searched refs:fixed_count (Results 1 - 3 of 3) sorted by null

  /external/nanopb-c/tests/fixed_count/
fixed_count.proto 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];
  /external/nanopb-c/generator/
nanopb_generator.py 279 self.fixed_count = False
310 self.fixed_count = field_options.fixed_count
340 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
    [all...]
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 1885 int fixed_count = 0; local
    [all...]

Completed in 98 milliseconds