Searched refs:opt_sfixed32 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 75 int32_t opt_sfixed32 = 3049; in main() local 157 alltypes.opt_sfixed32 = &opt_sfixed32; in main()
|
D | decode_alltypes_pointer.c | 91 TEST(alltypes.opt_sfixed32 == NULL); in check_alltypes() 114 TEST(alltypes.opt_sfixed32 && *alltypes.opt_sfixed32== 3049); in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 198 int32_t opt_sfixed32 = 3049; in main() local 347 alltypes.opt_sfixed32.funcs.encode = &write_fixed32; in main() 348 alltypes.opt_sfixed32.arg = &opt_sfixed32; in main()
|
D | decode_alltypes_callback.c | 211 int32_t opt_sfixed32 = 3049; in check_alltypes() local 366 alltypes.opt_sfixed32.funcs.decode = &read_fixed32; in check_alltypes() 367 alltypes.opt_sfixed32.arg = &opt_sfixed32; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 81 …PB_FIELD( 49, SFIXED32, OPTIONAL, STATIC, AllTypes, opt_sfixed32, opt_fixed32, &AllTypes_opt_sfixe… 82 …PB_FIELD( 50, FLOAT , OPTIONAL, STATIC, AllTypes, opt_float, opt_sfixed32, &AllTypes_opt_float_d…
|
D | decode_legacy.c | 105 TEST(alltypes.opt_sfixed32 == 4049); in check_alltypes() 149 TEST(alltypes.opt_sfixed32 == 3049); in check_alltypes()
|
D | encode_legacy.c | 93 alltypes.opt_sfixed32 = 3049; in main()
|
D | alltypes_legacy.h | 115 int32_t opt_sfixed32; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 103 TEST(alltypes.opt_sfixed32 == 4049); in check_alltypes() 148 TEST(alltypes.opt_sfixed32 == 3049); in check_alltypes()
|
D | encode_alltypes.c | 102 alltypes.opt_sfixed32 = 3049; in main()
|
D | alltypes.proto | 91 optional sfixed32 opt_sfixed32= 49 [default = 4049]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 91 optional sfixed32 opt_sfixed32= 10049 [default = 4049]; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 91 optional sfixed32 opt_sfixed32= 10049 [default = 4049]; field
|