Searched defs:kint32max (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dbasictypes.h78 const int32 kint32max = (( int32) 0x7FFFFFFF); variable
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h167 static const int32 kint32max = 0x7FFFFFFF; member in namespace:google::protobuf
168 static const int32 kint32min = -kint32max - 1;

Completed in 46 milliseconds