Searched refs:opt_fixed32 (Results 1 – 17 of 17) sorted by relevance
78 uint32_t opt_fixed32 = 3048; in main() local189 alltypes.opt_fixed32 = &opt_fixed32; in main()
92 TEST(alltypes.opt_fixed32 == NULL); in check_alltypes()120 TEST(alltypes.opt_fixed32 && *alltypes.opt_fixed32 == 3048); in check_alltypes()
267 uint32_t opt_fixed32 = 3048; in check_alltypes() local419 alltypes.opt_fixed32.funcs.decode = &read_fixed32; in check_alltypes()420 alltypes.opt_fixed32.arg = &opt_fixed32; in check_alltypes()
264 uint32_t opt_fixed32 = 3048; in main() local429 alltypes.opt_fixed32.funcs.encode = &write_fixed32; in main()430 alltypes.opt_fixed32.arg = &opt_fixed32; in main()
84 TEST(alltypes.opt_fixed32 == 4048); in check_alltypes()120 TEST(alltypes.opt_fixed32 == 3048); in check_alltypes()
80 alltypes.opt_fixed32 = 3048; in main()
73 optional fixed32 opt_fixed32 = 48 [default = 4048]; field
97 TEST(alltypes.opt_fixed32 == 4048); in check_alltypes()141 TEST(alltypes.opt_fixed32 == 3048); in check_alltypes()
91 alltypes.opt_fixed32 = 3048; in main()
90 optional fixed32 opt_fixed32 = 48 [default = 4048]; field
137 uint32_t opt_fixed32; member305 X(a, STATIC, OPTIONAL, FIXED32, opt_fixed32, 48) \
124 alltypes.opt_fixed32 = 3048; in main()
133 TEST(alltypes.opt_fixed32 == 4048); in check_alltypes()185 TEST(alltypes.opt_fixed32 == 3048); in check_alltypes()
116 optional fixed32 opt_fixed32 = 48 [default = 4048]; field
115 optional fixed32 opt_fixed32 = 10048 [default = 4048]; field
74 …TEST(pb_field_iter_next(&iter) && iter.tag == 48 && iter.pData == &msg.opt_fixed32 && iter.pSize … in main()