Searched refs:rep_int32 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 39 int32_t rep_int32[5] = {0, 0, 0, 0, -2001}; in main() local 127 alltypes.rep_int32_count = 5; alltypes.rep_int32 = rep_int32; in main()
|
D | decode_alltypes_pointer.c | 51 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 188 int32_t rep_int32[5] = {0, 0, 0, 0, -2001}; in check_alltypes() local 281 alltypes.rep_int32.funcs.decode = &read_repeated_varint; in check_alltypes() 282 alltypes.rep_int32.arg = rep_int32; in check_alltypes()
|
D | encode_alltypes_callback.c | 265 alltypes.rep_int32.funcs.encode = &write_repeated_varint; in main() 266 alltypes.rep_int32.arg = (void*)-2001; in main()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 56 PB_FIELD( 21, INT32 , REPEATED, STATIC, AllTypes, rep_int32, req_enum, 0), 57 PB_FIELD( 22, INT64 , REPEATED, STATIC, AllTypes, rep_int64, rep_int32, 0),
|
D | decode_legacy.c | 57 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()
|
D | encode_legacy.c | 44 alltypes.rep_int32_count = 5; alltypes.rep_int32[4] = -2001; in main()
|
D | alltypes_legacy.h | 65 int32_t rep_int32[5]; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 54 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()
|
D | encode_alltypes.c | 41 alltypes.rep_int32_count = 5; alltypes.rep_int32[4] = -2001; in main()
|
D | alltypes.proto | 60 repeated int32 rep_int32 = 21 [packed = true]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 60 repeated int32 rep_int32 = 21; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 60 repeated int32 rep_int32 = 21; field
|