/nanopb-3.4.0/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 41 int64_t rep_int64[5] = {0, 0, 0, 0, -2002}; in main() local 158 alltypes.rep_int64_count = 5; alltypes.rep_int64 = rep_int64; in main()
|
D | decode_alltypes_pointer.c | 49 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
|
/nanopb-3.4.0/tests/alltypes_proto3_callback/ |
D | decode_alltypes_callback.c | 236 int32_t rep_int64[5] = {0, 0, 0, 0, -2002}; in check_alltypes() local 273 alltypes.rep_int64.funcs.decode = &read_repeated_varint; in check_alltypes() 274 alltypes.rep_int64.arg = rep_int64; in check_alltypes()
|
D | encode_alltypes_callback.c | 242 alltypes.rep_int64.funcs.encode = &write_repeated_varint; in main() 243 alltypes.rep_int64.arg = (void*)-2002; in main()
|
/nanopb-3.4.0/tests/alltypes_proto3/ |
D | decode_alltypes.c | 28 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
|
D | alltypes.proto | 65 repeated int64 rep_int64 = 22 [packed = true]; field
|
D | encode_alltypes.c | 19 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
|
/nanopb-3.4.0/tests/field_size_16_proto3/ |
D | decode_alltypes.c | 28 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
|
D | alltypes.proto | 65 repeated int64 rep_int64 = 22 [packed = true]; field
|
D | encode_alltypes.c | 19 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
|
/nanopb-3.4.0/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 246 int32_t rep_int64[5] = {0, 0, 0, 0, -2002}; in check_alltypes() local 340 alltypes.rep_int64.funcs.decode = &read_repeated_varint; in check_alltypes() 341 alltypes.rep_int64.arg = rep_int64; in check_alltypes()
|
D | encode_alltypes_callback.c | 340 alltypes.rep_int64.funcs.encode = &write_repeated_varint; in main() 341 alltypes.rep_int64.arg = (void*)-2002; in main()
|
/nanopb-3.4.0/tests/backwards_compatibility/ |
D | decode_legacy.c | 52 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
|
D | encode_legacy.c | 45 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
|
D | alltypes_legacy.proto | 62 repeated int64 rep_int64 = 22 [packed = true]; field
|
D | alltypes_legacy.h | 91 int64_t rep_int64[5]; member 282 X(a, STATIC, REPEATED, INT64, rep_int64, 22) \
|
/nanopb-3.4.0/tests/alltypes/ |
D | encode_alltypes.c | 48 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
|
D | decode_alltypes.c | 58 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
|
D | alltypes.proto | 85 repeated int64 rep_int64 = 22 [packed = true]; field
|
/nanopb-3.4.0/tests/field_size_16/ |
D | alltypes.proto | 84 repeated int64 rep_int64 = 22; field
|
/nanopb-3.4.0/tests/field_size_32/ |
D | alltypes.proto | 84 repeated int64 rep_int64 = 22; field
|
/nanopb-3.4.0/tests/common_unittests/ |
D | common_unittests.c | 45 …TEST(pb_field_iter_next(&iter) && iter.tag == 22 && iter.pData == &msg.rep_int64 && iter.pSize … in main()
|