HomeSort by relevance Sort by last modified time
    Searched defs:kint64min (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 43 const int64 kint64min = INT64_MIN; member in namespace:i18n::phonenumbers
  /external/chromium/base/
basictypes.h 79 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000)); variable
  /external/chromium_org/base/
basictypes.h 78 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000)); variable
  /external/chromium_org/third_party/cld/base/
basictypes.h 75 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000)); variable
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 85 const int64 kint64min = ( ((( int64) kint32min) << 32) | 0 ); variable
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 85 const int64 kint64min = ( ((( int64) kint32min) << 32) | 0 ); variable
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 210 static const int64 kint64min = -kint64max - 1; member in namespace:google::protobuf
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 170 static const int64 kint64min = -kint64max - 1; member in namespace:google::protobuf
    [all...]

Completed in 180 milliseconds