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

  /external/chromium/base/
basictypes.h 80 const int64 kint64max = (( int64) GG_LONGLONG(0x7FFFFFFFFFFFFFFF)); variable
  /external/protobuf/src/google/protobuf/stubs/
common.h 169 static const int64 kint64max = GOOGLE_LONGLONG(0x7FFFFFFFFFFFFFFF); member in namespace:google::protobuf
170 static const int64 kint64min = -kint64max - 1;
    [all...]

Completed in 193 milliseconds