Searched defs:kint64max (Results 1 – 4 of 4) sorted by relevance
56 static const int64 kint64max = ((int64)0x7FFFFFFFFFFFFFFFll); variable
105 static const int64 kint64max = ((int64)GG_LONGLONG(0x7FFFFFFFFFFFFFFF)); variable
141 static const int64 kint64max = GOOGLE_LONGLONG(0x7FFFFFFFFFFFFFFF); variable
16 #define kint64max Json::Value::maxInt64 macro