Searched refs:rep_uint32 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 41 uint32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in main() local 129 alltypes.rep_uint32_count = 5; alltypes.rep_uint32 = rep_uint32; in main()
|
D | decode_alltypes_pointer.c | 53 …TEST(alltypes.rep_uint32_count == 5 && alltypes.rep_uint32[4] == 2003 && alltypes.rep_uint32[0] ==… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 190 int32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in check_alltypes() local 287 alltypes.rep_uint32.funcs.decode = &read_repeated_varint; in check_alltypes() 288 alltypes.rep_uint32.arg = rep_uint32; in check_alltypes()
|
D | encode_alltypes_callback.c | 271 alltypes.rep_uint32.funcs.encode = &write_repeated_varint; in main() 272 alltypes.rep_uint32.arg = (void*)2003; in main()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 58 PB_FIELD( 23, UINT32 , REPEATED, STATIC, AllTypes, rep_uint32, rep_int64, 0), 59 PB_FIELD( 24, UINT64 , REPEATED, STATIC, AllTypes, rep_uint64, rep_uint32, 0),
|
D | decode_legacy.c | 59 …TEST(alltypes.rep_uint32_count == 5 && alltypes.rep_uint32[4] == 2003 && alltypes.rep_uint32[0] ==… in check_alltypes()
|
D | alltypes_legacy.h | 69 uint32_t rep_uint32[5]; member
|
D | encode_legacy.c | 46 alltypes.rep_uint32_count = 5; alltypes.rep_uint32[4] = 2003; in main()
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 56 …TEST(alltypes.rep_uint32_count == 5 && alltypes.rep_uint32[4] == 2003 && alltypes.rep_uint32[0] ==… in check_alltypes()
|
D | encode_alltypes.c | 43 alltypes.rep_uint32_count = 5; alltypes.rep_uint32[4] = 2003; in main()
|
D | alltypes.proto | 62 repeated uint32 rep_uint32 = 23 [packed = true]; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 62 repeated uint32 rep_uint32 = 23; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 62 repeated uint32 rep_uint32 = 23; field
|