Searched refs:req_fixed64 (Results 1 – 14 of 14) sorted by relevance
26 uint64_t req_fixed64 = 1011; in main() local144 alltypes.req_fixed64 = &req_fixed64; in main()
35 TEST(alltypes.req_fixed64 && *alltypes.req_fixed64 == 1011); in check_alltypes()
240 uint64_t req_fixed64 = 1011; in check_alltypes() local313 alltypes.req_fixed64.funcs.decode = &read_fixed64; in check_alltypes()314 alltypes.req_fixed64.arg = &req_fixed64; in check_alltypes()
251 uint64_t req_fixed64 = 1011; in main() local310 alltypes.req_fixed64.funcs.encode = &write_fixed64; in main()311 alltypes.req_fixed64.arg = &req_fixed64; in main()
33 alltypes.req_fixed64 = 1011; in main()
51 required fixed64 req_fixed64 = 11; field
81 uint64_t req_fixed64; member274 X(a, STATIC, REQUIRED, FIXED64, req_fixed64, 11) \
39 TEST(alltypes.req_fixed64 == 1011); in check_alltypes()
35 alltypes.req_fixed64 = 1011; in main()
44 TEST(alltypes.req_fixed64 == 1011); in check_alltypes()236 TEST(alltypes.req_fixed64 == 0); in check_alltypes()
73 required fixed64 req_fixed64 = 11; field
72 required fixed64 req_fixed64 = 11; field
31 …TEST(pb_field_iter_next(&iter) && iter.tag == 11 && iter.pData == &msg.req_fixed64 && !iter.pSize) in main()