Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc69 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \
70 const Type MathLimits<Type>::kMin = -MathLimits<Type>::kPosMax; \
71 const Type MathLimits<Type>::kMax = MathLimits<Type>::kPosMax; \
73 const Type MathLimits<Type>::kNegMax = -MathLimits<Type>::kPosMax; \
Dmathlimits.h91 static const Type kPosMax; member
186 static const Type kPosMax = SIGNED_INT_MAX(Type); \
188 static const Type kMax = kPosMax; \
206 static const Type kPosMax = UNSIGNED_INT_MAX(Type); \
208 static const Type kMax = kPosMax; \
276 static const Type kPosMax; \
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
DREADME.rst123 static const Type kPosMax = SIGNED_INT_MAX(Type); \\
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
DREADME.rst131 static const Type kPosMax = SIGNED_INT_MAX(Type); \\