Home
last modified time | relevance | path

Searched refs:opt_sfixed32 (Results 1 – 13 of 13) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c75 int32_t opt_sfixed32 = 3049; in main() local
157 alltypes.opt_sfixed32 = &opt_sfixed32; in main()
Ddecode_alltypes_pointer.c91 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/
Dencode_alltypes_callback.c198 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()
Ddecode_alltypes_callback.c211 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/
Dalltypes_legacy.c81 …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…
Ddecode_legacy.c105 TEST(alltypes.opt_sfixed32 == 4049); in check_alltypes()
149 TEST(alltypes.opt_sfixed32 == 3049); in check_alltypes()
Dalltypes_legacy.h115 int32_t opt_sfixed32; member
Dencode_legacy.c93 alltypes.opt_sfixed32 = 3049; in main()
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c103 TEST(alltypes.opt_sfixed32 == 4049); in check_alltypes()
148 TEST(alltypes.opt_sfixed32 == 3049); in check_alltypes()
Dencode_alltypes.c102 alltypes.opt_sfixed32 = 3049; in main()
Dalltypes.proto91 optional sfixed32 opt_sfixed32= 49 [default = 4049]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto91 optional sfixed32 opt_sfixed32= 10049 [default = 4049]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto91 optional sfixed32 opt_sfixed32= 10049 [default = 4049]; field