Home
last modified time | relevance | path

Searched refs:kPosMax (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc63 const Type MathLimits<Type>::kPosMax; \
106 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \
107 const Type MathLimits<Type>::kMin = -MathLimits<Type>::kPosMax; \
108 const Type MathLimits<Type>::kMax = MathLimits<Type>::kPosMax; \
110 const Type MathLimits<Type>::kNegMax = -MathLimits<Type>::kPosMax; \
Dmathlimits.h78 static const Type kPosMax; member
173 static const Type kPosMax = SIGNED_INT_MAX(Type); \
175 static const Type kMax = kPosMax; \
193 static const Type kPosMax = UNSIGNED_INT_MAX(Type); \
195 static const Type kMax = kPosMax; \
252 static const Type kPosMax; \
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
DREADME.rst123 static const Type kPosMax = SIGNED_INT_MAX(Type); \\