Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h88 static const Type kNegMax; member
177 static const Type kNegMax = kMin; \
256 static const Type kNegMax; \
Dmathlimits.cc72 const Type MathLimits<Type>::kNegMax;
110 const Type MathLimits<Type>::kNegMax = -MathLimits<Type>::kPosMax; \