Searched refs:rep_sfixed32_count (Results 1 – 7 of 7) sorted by relevance
80 size_t rep_sfixed32_count; member
53 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32[4] = -2009; in main()
66 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
50 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32[4] = -2009; in main()
63 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
135 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32 = rep_sfixed32; in main()
60 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()