Searched refs:rep_fixed32 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 46 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in main() local 134 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32 = rep_fixed32; in main()
|
D | decode_alltypes_pointer.c | 59 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 189 uint32_t rep_fixed32 = 2008; in main() local 286 alltypes.rep_fixed32.funcs.encode = &write_repeated_fixed32; in main() 287 alltypes.rep_fixed32.arg = &rep_fixed32; in main()
|
D | decode_alltypes_callback.c | 195 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in check_alltypes() local 302 alltypes.rep_fixed32.funcs.decode = &read_repeated_fixed32; in check_alltypes() 303 alltypes.rep_fixed32.arg = rep_fixed32; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 63 PB_FIELD( 28, FIXED32 , REPEATED, STATIC, AllTypes, rep_fixed32, rep_bool, 0), 64 PB_FIELD( 29, SFIXED32, REPEATED, STATIC, AllTypes, rep_sfixed32, rep_fixed32, 0),
|
D | decode_legacy.c | 65 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
|
D | encode_legacy.c | 52 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
|
D | alltypes_legacy.h | 79 uint32_t rep_fixed32[5]; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 62 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
|
D | encode_alltypes.c | 49 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
|
D | alltypes.proto | 68 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 68 repeated fixed32 rep_fixed32 = 28; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 68 repeated fixed32 rep_fixed32 = 28; field
|