Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c74 uint32_t opt_fixed32 = 3048; in main() local
156 alltypes.opt_fixed32 = &opt_fixed32; in main()
Ddecode_alltypes_pointer.c90 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/
Dencode_alltypes_callback.c197 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()
Ddecode_alltypes_callback.c210 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/
Dalltypes_legacy.c80 …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…
Ddecode_legacy.c103 TEST(alltypes.opt_fixed32 == 4048); in check_alltypes()
147 TEST(alltypes.opt_fixed32 == 3048); in check_alltypes()
Dencode_legacy.c91 alltypes.opt_fixed32 = 3048; in main()
Dalltypes_legacy.h113 uint32_t opt_fixed32; member
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c101 TEST(alltypes.opt_fixed32 == 4048); in check_alltypes()
146 TEST(alltypes.opt_fixed32 == 3048); in check_alltypes()
Dencode_alltypes.c100 alltypes.opt_fixed32 = 3048; in main()
Dalltypes.proto90 optional fixed32 opt_fixed32 = 48 [default = 4048]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto90 optional fixed32 opt_fixed32 = 10048 [default = 4048]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto90 optional fixed32 opt_fixed32 = 10048 [default = 4048]; field