Home
last modified time | relevance | path

Searched defs:submsgs (Results 1 – 2 of 2) sorted by relevance

/nanopb-3.4.0/tests/fixed_count/
Dfixed_count.proto28 …repeated SubMessage submsgs = 1 [(nanopb).type = FT_POINTER, (nanopb).max_count = 5, (nanopb).fixe… field
Dfixed_count_unittests.c149 SubMessage submsgs[pb_arraysize(Message4, submsgs[0])] = {SubMessage_init_zero}; in main() local