Searched refs:int64_max (Results 1 – 11 of 11) sorted by relevance
93 static int64_t int64_max = INT64_MAX; in main() local100 &int64_min, &int64_max, in main()
134 TEST(alltypes.req_limits->int64_max && *alltypes.req_limits->int64_max == INT64_MAX); in check_alltypes()
150 LongLongTemplate<9223372036854775807LL> int64_max; in template_mangling() local
22 required int64 int64_max = 6; field
75 alltypes.req_limits.int64_max = INT64_MAX; in main()
22 required int64 int64_max = 6 [default = -9223372036854775807]; field
178 TEST(alltypes.req_limits.int64_max == INT64_MAX); in check_alltypes()
1107 int64_max = (1 << 63) - 11109 text = '-1 %d %d' % (uint32_max + 1, int64_max + 1)1120 self.assertEqual(int64_max + 1, tokenizer.ConsumeUint64())
151 limits.int64_max = INT64_MAX; in write_limits()
166 TEST(decoded.int64_max == INT64_MAX); in read_limits()