Searched refs:req_fixed32 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 23 uint32_t req_fixed32 = 1008; in main() local 114 alltypes.req_fixed32 = &req_fixed32; in main()
|
D | decode_alltypes_pointer.c | 34 TEST(alltypes.req_fixed32 && *alltypes.req_fixed32 == 1008); in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 181 uint32_t req_fixed32 = 1008; in main() local 232 alltypes.req_fixed32.funcs.encode = &write_fixed32; in main() 233 alltypes.req_fixed32.arg = &req_fixed32; in main()
|
D | decode_alltypes_callback.c | 180 uint32_t req_fixed32 = 1008; in check_alltypes() local 248 alltypes.req_fixed32.funcs.decode = &read_fixed32; in check_alltypes() 249 alltypes.req_fixed32.arg = &req_fixed32; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 46 PB_FIELD( 8, FIXED32 , REQUIRED, STATIC, AllTypes, req_fixed32, req_bool, 0), 47 PB_FIELD( 9, SFIXED32, REQUIRED, STATIC, AllTypes, req_sfixed32, req_fixed32, 0),
|
D | encode_legacy.c | 29 alltypes.req_fixed32 = 1008; in main()
|
D | alltypes_legacy.h | 54 uint32_t req_fixed32; member
|
D | decode_legacy.c | 41 TEST(alltypes.req_fixed32 == 1008); in check_alltypes()
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 45 required fixed32 req_fixed32 = 8; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 45 required fixed32 req_fixed32 = 8; field
|
/external/nanopb-c/tests/alltypes/ |
D | encode_alltypes.c | 26 alltypes.req_fixed32 = 1008; in main()
|
D | alltypes.proto | 45 required fixed32 req_fixed32 = 8; field
|
D | decode_alltypes.c | 38 TEST(alltypes.req_fixed32 == 1008); in check_alltypes()
|