Searched defs:kint64min (Results 1 – 3 of 3) sorted by relevance
61 static const int64 kint64min = ((int64)~0x7FFFFFFFFFFFFFFFll); variable
142 static const int64 kint64min = -kint64max - 1; variable
17 #define kint64min Json::Value::minInt64 macro