Home
last modified time | relevance | path

Searched defs:kint64min (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dbasictypes.h79 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000)); variable
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h170 static const int64 kint64min = -kint64max - 1; variable