/nanopb-3.4.0/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 51 int64_t rep_sfixed64[5] = {0, 0, 0, 0, -2012}; in main() local 168 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64 = rep_sfixed64; in main()
|
D | decode_alltypes_pointer.c | 61 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
|
/nanopb-3.4.0/tests/alltypes_proto3_callback/ |
D | decode_alltypes_callback.c | 246 int64_t rep_sfixed64[5] = {0, 0, 0, 0, -2012}; in check_alltypes() local 303 alltypes.rep_sfixed64.funcs.decode = &read_repeated_fixed64; in check_alltypes() 304 alltypes.rep_sfixed64.arg = rep_sfixed64; in check_alltypes()
|
D | encode_alltypes_callback.c | 222 int64_t rep_sfixed64 = -2012; in main() local 272 alltypes.rep_sfixed64.funcs.encode = &write_repeated_fixed64; in main() 273 alltypes.rep_sfixed64.arg = &rep_sfixed64; in main()
|
/nanopb-3.4.0/tests/alltypes_proto3/ |
D | decode_alltypes.c | 40 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
|
D | alltypes.proto | 77 repeated sfixed64 rep_sfixed64= 32 [packed = true]; field
|
D | encode_alltypes.c | 31 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012; in main()
|
/nanopb-3.4.0/tests/field_size_16_proto3/ |
D | decode_alltypes.c | 40 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
|
D | alltypes.proto | 77 repeated sfixed64 rep_sfixed64= 32 [packed = true]; field
|
D | encode_alltypes.c | 31 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012; in main()
|
/nanopb-3.4.0/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 256 int64_t rep_sfixed64[5] = {0, 0, 0, 0, -2012}; in check_alltypes() local 370 alltypes.rep_sfixed64.funcs.decode = &read_repeated_fixed64; in check_alltypes() 371 alltypes.rep_sfixed64.arg = rep_sfixed64; in check_alltypes()
|
D | encode_alltypes_callback.c | 260 int64_t rep_sfixed64 = -2012; in main() local 370 alltypes.rep_sfixed64.funcs.encode = &write_repeated_fixed64; in main() 371 alltypes.rep_sfixed64.arg = &rep_sfixed64; in main()
|
/nanopb-3.4.0/tests/backwards_compatibility/ |
D | decode_legacy.c | 64 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
|
D | encode_legacy.c | 57 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012; in main()
|
D | alltypes_legacy.proto | 74 repeated sfixed64 rep_sfixed64= 32 [packed = true]; field
|
D | alltypes_legacy.h | 111 int64_t rep_sfixed64[5]; member 292 X(a, STATIC, REPEATED, SFIXED64, rep_sfixed64, 32) \
|
/nanopb-3.4.0/tests/alltypes/ |
D | encode_alltypes.c | 60 alltypes.rep_sfixed64_count = 5; alltypes.rep_sfixed64[4] = -2012; in main()
|
D | decode_alltypes.c | 70 …TEST(alltypes.rep_sfixed64_count == 5 && alltypes.rep_sfixed64[4] == -2012 && alltypes.rep_sfixed6… in check_alltypes()
|
D | alltypes.proto | 97 repeated sfixed64 rep_sfixed64= 32 [packed = true]; field
|
/nanopb-3.4.0/tests/field_size_16/ |
D | alltypes.proto | 96 repeated sfixed64 rep_sfixed64= 10032; field
|
/nanopb-3.4.0/tests/field_size_32/ |
D | alltypes.proto | 96 repeated sfixed64 rep_sfixed64= 10032; field
|
/nanopb-3.4.0/tests/common_unittests/ |
D | common_unittests.c | 55 …TEST(pb_field_iter_next(&iter) && iter.tag == 32 && iter.pData == &msg.rep_sfixed64 && iter.pSize … in main()
|