Searched defs:kint64min (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
H A Dbasictypes.h43 const int64 kint64min = INT64_MIN; variable
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h43 const int64 kint64min = INT64_MIN; member in namespace:i18n::phonenumbers
/external/chromium/base/
H A Dbasictypes.h79 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000)); variable
/external/chromium_org/base/
H A Dbasictypes.h79 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000)); variable
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h75 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000)); variable
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h85 const int64 kint64min = ( ((( int64) kint32min) << 32) | 0 ); variable
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h85 const int64 kint64min = ( ((( int64) kint32min) << 32) | 0 ); variable
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h215 static const int64 kint64min = -kint64max - 1; member in namespace:google::protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h170 static const int64 kint64min = -kint64max - 1; member in namespace:google::protobuf

Completed in 404 milliseconds