Searched refs:rep_int32_count (Results 1 – 7 of 7) sorted by relevance
44 alltypes.rep_int32_count = 5; alltypes.rep_int32[4] = -2001; in main()
64 size_t rep_int32_count; member
57 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()
41 alltypes.rep_int32_count = 5; alltypes.rep_int32[4] = -2001; in main()
54 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()
127 alltypes.rep_int32_count = 5; alltypes.rep_int32 = rep_int32; in main()
51 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()