Searched refs:rep_int64 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 40 int64_t rep_int64[5] = {0, 0, 0, 0, -2002}; in main() local 128 alltypes.rep_int64_count = 5; alltypes.rep_int64 = rep_int64; in main()
|
D | decode_alltypes_pointer.c | 52 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 189 int32_t rep_int64[5] = {0, 0, 0, 0, -2002}; in check_alltypes() local 284 alltypes.rep_int64.funcs.decode = &read_repeated_varint; in check_alltypes() 285 alltypes.rep_int64.arg = rep_int64; in check_alltypes()
|
D | encode_alltypes_callback.c | 268 alltypes.rep_int64.funcs.encode = &write_repeated_varint; in main() 269 alltypes.rep_int64.arg = (void*)-2002; in main()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 57 PB_FIELD( 22, INT64 , REPEATED, STATIC, AllTypes, rep_int64, rep_int32, 0), 58 PB_FIELD( 23, UINT32 , REPEATED, STATIC, AllTypes, rep_uint32, rep_int64, 0),
|
D | decode_legacy.c | 58 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
|
D | alltypes_legacy.h | 67 int64_t rep_int64[5]; member
|
D | encode_legacy.c | 45 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 55 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
|
D | encode_alltypes.c | 42 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
|
D | alltypes.proto | 61 repeated int64 rep_int64 = 22 [packed = true]; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 61 repeated int64 rep_int64 = 22; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 61 repeated int64 rep_int64 = 22; field
|