Searched refs:SIGNED_INT_MAX (Results 1 – 2 of 2) sorted by relevance
136 #define SIGNED_INT_MAX(Type) \ macro173 static const Type kPosMax = SIGNED_INT_MAX(Type); \216 #undef SIGNED_INT_MAX
122 …rotobuf/src/google/protobuf/stubs/mathlimits.h:173:31: note: in expansion of macro 'SIGNED_INT_MAX'123 static const Type kPosMax = SIGNED_INT_MAX(Type); \\