Searched refs:opt_fixed32 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 74 uint32_t opt_fixed32 = 3048; in main() local 156 alltypes.opt_fixed32 = &opt_fixed32; in main()
|
D | decode_alltypes_pointer.c | 90 TEST(alltypes.opt_fixed32 == NULL); in check_alltypes() 113 TEST(alltypes.opt_fixed32 && *alltypes.opt_fixed32 == 3048); in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 197 uint32_t opt_fixed32 = 3048; in main() local 344 alltypes.opt_fixed32.funcs.encode = &write_fixed32; in main() 345 alltypes.opt_fixed32.arg = &opt_fixed32; in main()
|
D | decode_alltypes_callback.c | 210 uint32_t opt_fixed32 = 3048; in check_alltypes() local 363 alltypes.opt_fixed32.funcs.decode = &read_fixed32; in check_alltypes() 364 alltypes.opt_fixed32.arg = &opt_fixed32; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 80 …PB_FIELD( 48, FIXED32 , OPTIONAL, STATIC, AllTypes, opt_fixed32, opt_bool, &AllTypes_opt_fixed32_d… 81 …PB_FIELD( 49, SFIXED32, OPTIONAL, STATIC, AllTypes, opt_sfixed32, opt_fixed32, &AllTypes_opt_sfixe…
|
D | decode_legacy.c | 103 TEST(alltypes.opt_fixed32 == 4048); in check_alltypes() 147 TEST(alltypes.opt_fixed32 == 3048); in check_alltypes()
|
D | encode_legacy.c | 91 alltypes.opt_fixed32 = 3048; in main()
|
D | alltypes_legacy.h | 113 uint32_t opt_fixed32; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 101 TEST(alltypes.opt_fixed32 == 4048); in check_alltypes() 146 TEST(alltypes.opt_fixed32 == 3048); in check_alltypes()
|
D | encode_alltypes.c | 100 alltypes.opt_fixed32 = 3048; in main()
|
D | alltypes.proto | 90 optional fixed32 opt_fixed32 = 48 [default = 4048]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 90 optional fixed32 opt_fixed32 = 10048 [default = 4048]; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 90 optional fixed32 opt_fixed32 = 10048 [default = 4048]; field
|