Home
last modified time | relevance | path

Searched refs:SIGNED_INT_MAX (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h136 #define SIGNED_INT_MAX(Type) \ macro
173 static const Type kPosMax = SIGNED_INT_MAX(Type); \
216 #undef SIGNED_INT_MAX
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
DREADME.rst122 …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); \\