Searched refs:opt_fixed64 (Results 1 – 14 of 14) sorted by relevance
81 uint64_t opt_fixed64 = 3051; in main() local192 alltypes.opt_fixed64 = &opt_fixed64; in main()
95 TEST(alltypes.opt_fixed64 == NULL); in check_alltypes()123 TEST(alltypes.opt_fixed64 && *alltypes.opt_fixed64 == 3051); in check_alltypes()
270 uint64_t opt_fixed64 = 3051; in check_alltypes() local428 alltypes.opt_fixed64.funcs.decode = &read_fixed64; in check_alltypes()429 alltypes.opt_fixed64.arg = &opt_fixed64; in check_alltypes()
267 uint64_t opt_fixed64 = 3051; in main() local438 alltypes.opt_fixed64.funcs.encode = &write_fixed64; in main()439 alltypes.opt_fixed64.arg = &opt_fixed64; in main()
104 TEST(alltypes.opt_fixed64 == 4051); in check_alltypes()148 TEST(alltypes.opt_fixed64 == 3051); in check_alltypes()
98 alltypes.opt_fixed64 = 3051; in main()
94 optional fixed64 opt_fixed64 = 51 [default = 4051]; field
143 uint64_t opt_fixed64; member308 X(a, STATIC, OPTIONAL, FIXED64, opt_fixed64, 51) \
131 alltypes.opt_fixed64 = 3051; in main()
140 TEST(alltypes.opt_fixed64 == 4051); in check_alltypes()192 TEST(alltypes.opt_fixed64 == 3051); in check_alltypes()
120 optional fixed64 opt_fixed64 = 51 [default = 4051]; field
119 optional fixed64 opt_fixed64 = 10051 [default = 4051]; field
77 …TEST(pb_field_iter_next(&iter) && iter.tag == 51 && iter.pData == &msg.opt_fixed64 && iter.pSize … in main()