Searched refs:rep_int64_count (Results 1 – 7 of 7) sorted by relevance
45 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
66 size_t rep_int64_count; member
58 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
42 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
55 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
128 alltypes.rep_int64_count = 5; alltypes.rep_int64 = rep_int64; in main()
52 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()