Searched refs:rep_sfixed64 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 50 int64_t rep_sfixed64[5] = {0, 0, 0, 0, -2012}; in main() local 138 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64 = rep_sfixed64; in main()
|
D | decode_alltypes_pointer.c | 64 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 193 int64_t rep_sfixed64 = -2012; in main() local 298 alltypes.rep_sfixed64.funcs.encode = &write_repeated_fixed64; in main() 299 alltypes.rep_sfixed64.arg = &rep_sfixed64; in main()
|
D | decode_alltypes_callback.c | 199 int64_t rep_sfixed64[5] = {0, 0, 0, 0, -2012}; in check_alltypes() local 314 alltypes.rep_sfixed64.funcs.decode = &read_repeated_fixed64; in check_alltypes() 315 alltypes.rep_sfixed64.arg = rep_sfixed64; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 67 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),
|
D | decode_legacy.c | 70 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
|
D | alltypes_legacy.h | 87 int64_t rep_sfixed64[5]; member
|
D | encode_legacy.c | 57 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012; in main()
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 67 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
|
D | encode_alltypes.c | 54 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012; in main()
|
D | alltypes.proto | 73 repeated sfixed64 rep_sfixed64= 32 [packed = true]; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 73 repeated sfixed64 rep_sfixed64= 10032; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 73 repeated sfixed64 rep_sfixed64= 10032; field
|