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

  /external/chromium/base/
basictypes.h 78 const int32 kint32max = (( int32) 0x7FFFFFFF); variable
  /external/protobuf/src/google/protobuf/stubs/
common.h 167 static const int32 kint32max = 0x7FFFFFFF; member in namespace:google::protobuf
168 static const int32 kint32min = -kint32max - 1;
    [all...]

Completed in 71 milliseconds