Searched refs:has_opt_sfixed64 (Results 1 – 6 of 6) sorted by relevance
105 TEST(alltypes.has_opt_sfixed64 == false); in check_alltypes()149 TEST(alltypes.has_opt_sfixed64 == true); in check_alltypes()
99 alltypes.has_opt_sfixed64 = true; in main()
144 bool has_opt_sfixed64; member
141 TEST(alltypes.has_opt_sfixed64 == false); in check_alltypes()193 TEST(alltypes.has_opt_sfixed64 == true); in check_alltypes()285 TEST(alltypes.has_opt_sfixed64 == false); in check_alltypes()
132 alltypes.has_opt_sfixed64 = true; in main()
78 …&iter) && iter.tag == 52 && iter.pData == &msg.opt_sfixed64 && iter.pSize == &msg.has_opt_sfixed64) in main()