Home
last modified time | relevance | path

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

/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.h86 size_t rep_sfixed64_count; member
Dencode_legacy.c57 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012; in main()
Ddecode_legacy.c70 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
/external/nanopb-c/tests/alltypes/
Dencode_alltypes.c54 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012; in main()
Ddecode_alltypes.c67 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c138 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64 = rep_sfixed64; in main()
Ddecode_alltypes_pointer.c64 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()