Home
last modified time | relevance | path

Searched refs:rep_fixed32_count (Results 1 – 7 of 7) sorted by relevance

/external/nanopb-c/tests/backwards_compatibility/
Dencode_legacy.c52 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
Dalltypes_legacy.h78 size_t rep_fixed32_count; member
Ddecode_legacy.c65 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
/external/nanopb-c/tests/alltypes/
Dencode_alltypes.c49 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
Ddecode_alltypes.c62 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c134 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32 = rep_fixed32; in main()
Ddecode_alltypes_pointer.c59 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()