Home
last modified time | relevance | path

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

/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.h80 size_t rep_sfixed32_count; member
Dencode_legacy.c53 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32[4] = -2009; in main()
Ddecode_legacy.c66 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
/external/nanopb-c/tests/alltypes/
Dencode_alltypes.c50 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32[4] = -2009; in main()
Ddecode_alltypes.c63 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c135 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32 = rep_sfixed32; in main()
Ddecode_alltypes_pointer.c60 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()