Searched refs:rep_sfixed64 (Results 1 - 10 of 10) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c50 int64_t rep_sfixed64[5] = {0, 0, 0, 0, -2012}; local
138 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64 = rep_sfixed64;
H A Ddecode_alltypes_pointer.c64 TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed64[0] == 0);
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c199 int64_t rep_sfixed64[5] = {0, 0, 0, 0, -2012}; local
314 alltypes.rep_sfixed64.funcs.decode = &read_repeated_fixed64;
315 alltypes.rep_sfixed64.arg = rep_sfixed64;
H A Dencode_alltypes_callback.c193 int64_t rep_sfixed64 = -2012; local
298 alltypes.rep_sfixed64.funcs.encode = &write_repeated_fixed64;
299 alltypes.rep_sfixed64.arg = &rep_sfixed64;
/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.c67 PB_FIELD( 32, SFIXED64, REPEATED, STATIC, AllTypes, rep_sfixed64, rep_fixed64, 0),
68 PB_FIELD( 33, DOUBLE , REPEATED, STATIC, AllTypes, rep_double, rep_sfixed64, 0),
H A Dalltypes_legacy.h87 int64_t rep_sfixed64[5]; member in struct:_AllTypes
H A Dencode_legacy.c57 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012;
H A Ddecode_legacy.c70 TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed64[0] == 0);
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c54 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012;
H A Ddecode_alltypes.c67 TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed64[0] == 0);

Completed in 837 milliseconds