Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h101 static const Type kNegMax; member
190 static const Type kNegMax = kMin; \
280 static const Type kNegMax; \
Dmathlimits.cc73 const Type MathLimits<Type>::kNegMax = -MathLimits<Type>::kPosMax; \