Home
last modified time | relevance | path

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

/external/nanopb-c/tests/backwards_compatibility/
Dencode_legacy.c56 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
Dalltypes_legacy.h84 size_t rep_fixed64_count; member
Ddecode_legacy.c69 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
/external/nanopb-c/tests/alltypes/
Dencode_alltypes.c53 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
Ddecode_alltypes.c66 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c137 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64 = rep_fixed64; in main()
Ddecode_alltypes_pointer.c63 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()